MS-Windows part of 2011-02-21T23:22:34Z!eggert@cs.ucla.edu, addition of min-max.h.
authorEli Zaretskii <eliz@gnu.org>
Tue, 22 Feb 2011 17:51:38 +0000 (19:51 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 22 Feb 2011 17:51:38 +0000 (19:51 +0200)
 lib-src/makefile.w32-in ($(BLD)/ebrowse.$(O), $(BLD)/pop.$(O)): Depend
 on ../lib/min-max.h.

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

index 84e2ac3..b2bd569 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in ($(BLD)/ebrowse.$(O), $(BLD)/pop.$(O)): Depend
+       on ../lib/min-max.h.
+
 2011-02-22  Paul Eggert  <eggert@cs.ucla.edu>
 
        etags: Downcase drive letters, for consistency with Emacs proper.
@@ -7,6 +12,11 @@
        Assume S_ISLNK etc. work, since gnulib supports this.
        * etags.c (S_ISREG): Remove.
 
+2011-02-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Assume S_ISLNK etc. work, since gnulib supports this.
+       * etags.c (S_ISREG): Remove.
+
 2011-02-22  Juanma Barranquero  <lekktu@gmail.com>
 
        * makefile.w32-in (obj): Remove filemode.o.
index b86ad6d..f09ede0 100644 (file)
@@ -381,6 +381,13 @@ $(BLD)/ctags.$(O) : \
        $(SRC)/ntlib.h \
        $(EMACS_ROOT)/lib/getopt.h
 
+$(BLD)/ebrowse.$(O) : \
+       $(SRC)/ebrowse.c \
+       $(EMACS_ROOT)/lib/min-max.h \
+       $(EMACS_ROOT)/src/s/ms-w32.h \
+       $(EMACS_ROOT)/src/m/intel386.h \
+       $(EMACS_ROOT)/lib-src/../src/config.h
+
 $(BLD)/emacsclient.$(O) : \
        $(SRC)/emacsclient.c \
        $(EMACS_ROOT)/nt/inc/sys/stat.h \
@@ -447,6 +454,7 @@ $(BLD)/ntlib.$(O) : \
 $(BLD)/pop.$(O) : \
        $(SRC)/pop.c \
        $(SRC)/pop.h \
+       $(EMACS_ROOT)/lib/min-max.h \
        $(SRC)/ntlib.h
 
 $(BLD)/profile.$(O) : \