summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib-src/ChangeLog1
-rw-r--r--lib-src/makefile.w32-in4
2 files changed, 3 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index ec7f9a626c1..0d0a69c367e 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -9,6 +9,7 @@
(test-distrib): Phony targets removed.
($(BLD)/test-distrib.exe): Run test-distrib as part of the recipe.
(all): Don't depend on stamp_BLD.
+ (ALL): Include $(BLD)/test-distrib.exe.
2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index b181b1b4d7f..f329ba86f6d 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -17,8 +17,8 @@
# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
-ALL = $(BLD)/make-docfile.exe $(BLD)/hexl.exe $(BLD)/ctags.exe\
- $(BLD)/etags.exe $(BLD)/movemail.exe $(BLD)/ebrowse.exe\
+ALL = $(BLD)/test-distrib.exe $(BLD)/make-docfile.exe $(BLD)/hexl.exe\
+ $(BLD)/ctags.exe $(BLD)/etags.exe $(BLD)/movemail.exe $(BLD)/ebrowse.exe\
$(BLD)/emacsclient.exe $(BLD)/emacsclientw.exe
.PHONY: make-docfile