lib-src/makefile.w32-in (LIB_SRC): Move before first use.
+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).
-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
### DEPENDENCIES ###
EMACS_ROOT = ..
-LIB_SRC = .
SRC = $(EMACS_ROOT)/src
NT_INC = $(EMACS_ROOT)/nt/inc
GNU_LIB = $(EMACS_ROOT)/lib