aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/makefile.w32-in
diff options
context:
space:
mode:
authorStefan Monnier2010-10-15 17:55:33 -0400
committerStefan Monnier2010-10-15 17:55:33 -0400
commit0c747cb143fa227e78f350ac353d703f489209df (patch)
tree5b434055c797bd75eaa1e3d9d0773e586d44daee /lib-src/makefile.w32-in
parenta01a7932080e8a6e7bc8472c58cefabcc2c37df3 (diff)
parentaa095b2db98ae149737f8de00ee733b1d257ed33 (diff)
downloademacs-0c747cb143fa227e78f350ac353d703f489209df.tar.gz
emacs-0c747cb143fa227e78f350ac353d703f489209df.zip
Merge from trunk
Diffstat (limited to 'lib-src/makefile.w32-in')
-rw-r--r--lib-src/makefile.w32-in11
1 files changed, 5 insertions, 6 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 552dd1349fc..25fb499cf3b 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -378,6 +378,11 @@ cleanall: clean
378getopt.h: getopt_.h 378getopt.h: getopt_.h
379 $(CP) $(ALL_DEPS) $@ 379 $(CP) $(ALL_DEPS) $@
380 380
381### TAGS ###
382
383TAGS: $(BLD)/etags.exe *.c *.h
384 $(BLD)/etags.exe *.c *.h
385
381### DEPENDENCIES ### 386### DEPENDENCIES ###
382 387
383EMACS_ROOT = .. 388EMACS_ROOT = ..
@@ -390,12 +395,6 @@ $(BLD)/alloca.$(O) : \
390 $(EMACS_ROOT)/src/config.h \ 395 $(EMACS_ROOT)/src/config.h \
391 $(EMACS_ROOT)/src/blockinput.h 396 $(EMACS_ROOT)/src/blockinput.h
392 397
393$(BLD)/b2m.$(O) : \
394 $(SRC)/b2m.c \
395 $(EMACS_ROOT)/src/s/ms-w32.h \
396 $(EMACS_ROOT)/src/m/intel386.h \
397 $(EMACS_ROOT)/lib-src/../src/config.h
398
399$(BLD)/ctags.$(O) : \ 398$(BLD)/ctags.$(O) : \
400 $(SRC)/ctags.c \ 399 $(SRC)/ctags.c \
401 $(EMACS_ROOT)/nt/inc/sys/param.h \ 400 $(EMACS_ROOT)/nt/inc/sys/param.h \