aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorPaul Eggert2011-02-21 16:08:53 -0800
committerPaul Eggert2011-02-21 16:08:53 -0800
commitd47d631945f07360195c26452bd7d3f991d7e6c6 (patch)
treee5cda0e80b7fa55f4a6cd607458dc90e2211342b /lib-src
parent9441f0e4fca691e4d2a2c7842373de8f29414b17 (diff)
downloademacs-d47d631945f07360195c26452bd7d3f991d7e6c6.tar.gz
emacs-d47d631945f07360195c26452bd7d3f991d7e6c6.zip
* Makefile.in (ebrowse${EXEEXT}, pop.o): Depend on min-max.h.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog1
-rw-r--r--lib-src/Makefile.in4
2 files changed, 3 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 958539cc044..1d0f24212ad 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -4,6 +4,7 @@
4 * ebrowse.c (min, max): Define them by including <min-max.h> 4 * ebrowse.c (min, max): Define them by including <min-max.h>
5 instead of defining it ourselves. 5 instead of defining it ourselves.
6 * pop.c (min): Likewise. 6 * pop.c (min): Likewise.
7 * Makefile.in (ebrowse${EXEEXT}, pop.o): Depend on min-max.h.
7 8
8 * movemail.c (popmail): Report fchown failure instead of ignoring it. 9 * movemail.c (popmail): Report fchown failure instead of ignoring it.
9 But if the file already has the right ownership, don't worry about it. 10 But if the file already has the right ownership, don't worry about it.
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 96975613104..f671b0844ce 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -325,7 +325,7 @@ etags${EXEEXT}: ${srcdir}/etags.c $(REGEXPDEPS) ../src/config.h
325 -DVERSION="\"${version}\"" ${srcdir}/etags.c \ 325 -DVERSION="\"${version}\"" ${srcdir}/etags.c \
326 $(REGEXPOBJ) $(LOADLIBES) -o etags 326 $(REGEXPOBJ) $(LOADLIBES) -o etags
327 327
328ebrowse${EXEEXT}: ${srcdir}/ebrowse.c ../src/config.h 328ebrowse${EXEEXT}: ${srcdir}/ebrowse.c ${srcdir}/../lib/min-max.h ../src/config.h
329 $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" \ 329 $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" \
330 ${srcdir}/ebrowse.c $(LOADLIBES) -o ebrowse 330 ${srcdir}/ebrowse.c $(LOADLIBES) -o ebrowse
331 331
@@ -350,7 +350,7 @@ movemail${EXEEXT}: movemail.o pop.o
350movemail.o: ${srcdir}/movemail.c ../src/config.h 350movemail.o: ${srcdir}/movemail.c ../src/config.h
351 $(CC) -c ${CPP_CFLAGS} ${MOVE_FLAGS} ${srcdir}/movemail.c 351 $(CC) -c ${CPP_CFLAGS} ${MOVE_FLAGS} ${srcdir}/movemail.c
352 352
353pop.o: ${srcdir}/pop.c ../src/config.h 353pop.o: ${srcdir}/pop.c ${srcdir}/../lib/min-max.h ../src/config.h
354 $(CC) -c ${CPP_CFLAGS} ${MOVE_FLAGS} ${srcdir}/pop.c 354 $(CC) -c ${CPP_CFLAGS} ${MOVE_FLAGS} ${srcdir}/pop.c
355 355
356fakemail${EXEEXT}: ${srcdir}/fakemail.c ../src/config.h 356fakemail${EXEEXT}: ${srcdir}/fakemail.c ../src/config.h