aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog10
-rw-r--r--lib-src/makefile.w32-in8
2 files changed, 18 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 84e2ac39786..b2bd5699945 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12011-02-22 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in ($(BLD)/ebrowse.$(O), $(BLD)/pop.$(O)): Depend
4 on ../lib/min-max.h.
5
12011-02-22 Paul Eggert <eggert@cs.ucla.edu> 62011-02-22 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 etags: Downcase drive letters, for consistency with Emacs proper. 8 etags: Downcase drive letters, for consistency with Emacs proper.
@@ -7,6 +12,11 @@
7 Assume S_ISLNK etc. work, since gnulib supports this. 12 Assume S_ISLNK etc. work, since gnulib supports this.
8 * etags.c (S_ISREG): Remove. 13 * etags.c (S_ISREG): Remove.
9 14
152011-02-22 Paul Eggert <eggert@cs.ucla.edu>
16
17 Assume S_ISLNK etc. work, since gnulib supports this.
18 * etags.c (S_ISREG): Remove.
19
102011-02-22 Juanma Barranquero <lekktu@gmail.com> 202011-02-22 Juanma Barranquero <lekktu@gmail.com>
11 21
12 * makefile.w32-in (obj): Remove filemode.o. 22 * makefile.w32-in (obj): Remove filemode.o.
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) : \