aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/makefile.w32-in
diff options
context:
space:
mode:
authorEli Zaretskii2011-02-22 19:51:38 +0200
committerEli Zaretskii2011-02-22 19:51:38 +0200
commitb97decf246d6c67b3bc74732fbe9b366ed865a50 (patch)
tree84f3530b390a93f252be740995114f66974a815e /lib-src/makefile.w32-in
parente5075711e5a6ba7a82691f3daf4d84b067efb854 (diff)
downloademacs-b97decf246d6c67b3bc74732fbe9b366ed865a50.tar.gz
emacs-b97decf246d6c67b3bc74732fbe9b366ed865a50.zip
MS-Windows part of 2011-02-21T23:22:34Z!eggert@cs.ucla.edu, addition of min-max.h.
lib-src/makefile.w32-in ($(BLD)/ebrowse.$(O), $(BLD)/pop.$(O)): Depend on ../lib/min-max.h.
Diffstat (limited to 'lib-src/makefile.w32-in')
-rw-r--r--lib-src/makefile.w32-in8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index b86ad6d543e..f09ede06900 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -381,6 +381,13 @@ $(BLD)/ctags.$(O) : \
381 $(SRC)/ntlib.h \ 381 $(SRC)/ntlib.h \
382 $(EMACS_ROOT)/lib/getopt.h 382 $(EMACS_ROOT)/lib/getopt.h
383 383
384$(BLD)/ebrowse.$(O) : \
385 $(SRC)/ebrowse.c \
386 $(EMACS_ROOT)/lib/min-max.h \
387 $(EMACS_ROOT)/src/s/ms-w32.h \
388 $(EMACS_ROOT)/src/m/intel386.h \
389 $(EMACS_ROOT)/lib-src/../src/config.h
390
384$(BLD)/emacsclient.$(O) : \ 391$(BLD)/emacsclient.$(O) : \
385 $(SRC)/emacsclient.c \ 392 $(SRC)/emacsclient.c \
386 $(EMACS_ROOT)/nt/inc/sys/stat.h \ 393 $(EMACS_ROOT)/nt/inc/sys/stat.h \
@@ -447,6 +454,7 @@ $(BLD)/ntlib.$(O) : \
447$(BLD)/pop.$(O) : \ 454$(BLD)/pop.$(O) : \
448 $(SRC)/pop.c \ 455 $(SRC)/pop.c \
449 $(SRC)/pop.h \ 456 $(SRC)/pop.h \
457 $(EMACS_ROOT)/lib/min-max.h \
450 $(SRC)/ntlib.h 458 $(SRC)/ntlib.h
451 459
452$(BLD)/profile.$(O) : \ 460$(BLD)/profile.$(O) : \