* Makefile.in (ebrowse${EXEEXT}, pop.o): Depend on min-max.h.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Feb 2011 00:08:53 +0000 (16:08 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Feb 2011 00:08:53 +0000 (16:08 -0800)
lib-src/ChangeLog
lib-src/Makefile.in

index 958539c..1d0f242 100644 (file)
@@ -4,6 +4,7 @@
        * ebrowse.c (min, max): Define them by including <min-max.h>
        instead of defining it ourselves.
        * pop.c (min): Likewise.
+       * Makefile.in (ebrowse${EXEEXT}, pop.o): Depend on min-max.h.
 
        * movemail.c (popmail): Report fchown failure instead of ignoring it.
        But if the file already has the right ownership, don't worry about it.
index 9697561..f671b08 100644 (file)
@@ -325,7 +325,7 @@ etags${EXEEXT}: ${srcdir}/etags.c $(REGEXPDEPS) ../src/config.h
          -DVERSION="\"${version}\"" ${srcdir}/etags.c \
          $(REGEXPOBJ) $(LOADLIBES) -o etags
 
-ebrowse${EXEEXT}: ${srcdir}/ebrowse.c ../src/config.h
+ebrowse${EXEEXT}: ${srcdir}/ebrowse.c ${srcdir}/../lib/min-max.h ../src/config.h
        $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" \
          ${srcdir}/ebrowse.c $(LOADLIBES) -o ebrowse
 
@@ -350,7 +350,7 @@ movemail${EXEEXT}: movemail.o pop.o
 movemail.o: ${srcdir}/movemail.c ../src/config.h
        $(CC) -c ${CPP_CFLAGS} ${MOVE_FLAGS} ${srcdir}/movemail.c
 
-pop.o: ${srcdir}/pop.c  ../src/config.h
+pop.o: ${srcdir}/pop.c ${srcdir}/../lib/min-max.h ../src/config.h
        $(CC) -c ${CPP_CFLAGS} ${MOVE_FLAGS} ${srcdir}/pop.c
 
 fakemail${EXEEXT}: ${srcdir}/fakemail.c ../src/config.h