Fix MSVC compilation problem in lib-src.
authorcg <chengang31@gmail.com>
Sat, 23 Mar 2013 15:30:38 +0000 (17:30 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Mar 2013 15:30:38 +0000 (17:30 +0200)
 lib-src/makefile.w32-in (LIB_SRC): Move before first use.

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

index 0d7a0a4..03412aa 100644 (file)
@@ -1,3 +1,7 @@
+2013-03-23  cg  <chengang31@gmail.com>  (tiny change)
+
+       * makefile.w32-in (LIB_SRC): Move before first use.
+
 2013-03-16  Paul Eggert  <eggert@cs.ucla.edu>
 
        * pop.c: Fix ERRMAX typo (Bug#13925).
index 8d016bc..5ec559f 100644 (file)
@@ -27,6 +27,7 @@ LOCAL_FLAGS   = -DNO_LDAV=1 -DNO_ARCHIVES=1 -I../lib \
                  -I../nt/inc -I../src $(EMACS_EXTRA_C_FLAGS)
 
 LIBS           = $(BASE_LIBS) $(ADVAPI32)
+LIB_SRC                = .
 
 # The following target is used by makefile.w32-in files in other directories.
 make-docfile:  $(BLD)/make-docfile.exe
@@ -360,7 +361,6 @@ TAGS: $(BLD)/etags.exe *.c *.h
 ### DEPENDENCIES ###
 
 EMACS_ROOT     = ..
-LIB_SRC                = .
 SRC            = $(EMACS_ROOT)/src
 NT_INC         = $(EMACS_ROOT)/nt/inc
 GNU_LIB                = $(EMACS_ROOT)/lib