diff options
| author | Paul Eggert | 2011-02-21 16:08:53 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-21 16:08:53 -0800 |
| commit | d47d631945f07360195c26452bd7d3f991d7e6c6 (patch) | |
| tree | e5cda0e80b7fa55f4a6cd607458dc90e2211342b /lib-src | |
| parent | 9441f0e4fca691e4d2a2c7842373de8f29414b17 (diff) | |
| download | emacs-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/ChangeLog | 1 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 4 |
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 | ||
| 328 | ebrowse${EXEEXT}: ${srcdir}/ebrowse.c ../src/config.h | 328 | ebrowse${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 | |||
| 350 | movemail.o: ${srcdir}/movemail.c ../src/config.h | 350 | movemail.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 | ||
| 353 | pop.o: ${srcdir}/pop.c ../src/config.h | 353 | pop.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 | ||
| 356 | fakemail${EXEEXT}: ${srcdir}/fakemail.c ../src/config.h | 356 | fakemail${EXEEXT}: ${srcdir}/fakemail.c ../src/config.h |