]> git.eshelyaron.com Git - emacs.git/commitdiff
Build test-distrib on MS-Windows and run it during the build.
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Apr 2012 10:36:54 +0000 (13:36 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Apr 2012 10:36:54 +0000 (13:36 +0300)
 lib-src/makefile.w32-in (ALL): Add $(BLD)/test-distrib.exe.

lib-src/ChangeLog
lib-src/makefile.w32-in

index ec7f9a626c1006eb5d2d60933bd43ed93829ac9b..0d0a69c367e249f89bc8d054bac55077bcbcf703 100644 (file)
@@ -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>
 
index b181b1b4d7f3f8f6eeeafa012d56deefce804106..f329ba86f6d9fc865a768d0b9fc0c060c8e621f6 100644 (file)
@@ -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