aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/makefile.w32-in
diff options
context:
space:
mode:
authorJoakim Verona2010-10-18 22:05:07 +0200
committerJoakim Verona2010-10-18 22:05:07 +0200
commit13cfe8df462ab8da9f0028e16cc84dcaceaca3d1 (patch)
tree723f254768f9e503504ab4c8b68801f80a56591a /lib-src/makefile.w32-in
parent35f4b80a934b299b3b18e62f5db44f64c240e65b (diff)
parente48eb34332dc91de823314090451459ba2ffacbf (diff)
downloademacs-13cfe8df462ab8da9f0028e16cc84dcaceaca3d1.tar.gz
emacs-13cfe8df462ab8da9f0028e16cc84dcaceaca3d1.zip
merge from upstream
Diffstat (limited to 'lib-src/makefile.w32-in')
-rw-r--r--lib-src/makefile.w32-in12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 72a04ecff89..25fb499cf3b 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -371,12 +371,18 @@ cleanall: clean
371# Headers we would preprocess if we could. 371# Headers we would preprocess if we could.
372# 372#
373../src/config.h: ../nt/$(CONFIG_H) 373../src/config.h: ../nt/$(CONFIG_H)
374 $(DEL) $@
374 echo $(CONFIG_H) has changed. Re-run configure.bat. 375 echo $(CONFIG_H) has changed. Re-run configure.bat.
375 exit -1 376 exit -1
376 377
377getopt.h: getopt_.h 378getopt.h: getopt_.h
378 $(CP) $(ALL_DEPS) $@ 379 $(CP) $(ALL_DEPS) $@
379 380
381### TAGS ###
382
383TAGS: $(BLD)/etags.exe *.c *.h
384 $(BLD)/etags.exe *.c *.h
385
380### DEPENDENCIES ### 386### DEPENDENCIES ###
381 387
382EMACS_ROOT = .. 388EMACS_ROOT = ..
@@ -389,12 +395,6 @@ $(BLD)/alloca.$(O) : \
389 $(EMACS_ROOT)/src/config.h \ 395 $(EMACS_ROOT)/src/config.h \
390 $(EMACS_ROOT)/src/blockinput.h 396 $(EMACS_ROOT)/src/blockinput.h
391 397
392$(BLD)/b2m.$(O) : \
393 $(SRC)/b2m.c \
394 $(EMACS_ROOT)/src/s/ms-w32.h \
395 $(EMACS_ROOT)/src/m/intel386.h \
396 $(EMACS_ROOT)/lib-src/../src/config.h
397
398$(BLD)/ctags.$(O) : \ 398$(BLD)/ctags.$(O) : \
399 $(SRC)/ctags.c \ 399 $(SRC)/ctags.c \
400 $(EMACS_ROOT)/nt/inc/sys/param.h \ 400 $(EMACS_ROOT)/nt/inc/sys/param.h \