]> git.eshelyaron.com Git - emacs.git/commitdiff
(pop.o): Depend on config.h.
authorDave Love <fx@gnu.org>
Fri, 15 Oct 1999 15:48:53 +0000 (15:48 +0000)
committerDave Love <fx@gnu.org>
Fri, 15 Oct 1999 15:48:53 +0000 (15:48 +0000)
lib-src/ChangeLog
lib-src/Makefile.in

index 51a5c307e472c5466865ae5d42e0eaef70658205..44785dee3a23cfb9d4110528b0823cabd90afe4b 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-15  Dave Love  <fx@gnu.org>
+
+       * Makefile.in (pop.o): Depend on config.h.
+
 1999-10-11  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
 
        * pop.c: Use "pop3" as the POP service name on all platforms,
index 6aa04af91016203e77c1b42e0931333f74a25c98..7629c380fafe115f2ca4c9e21218d8244f232364 100644 (file)
@@ -389,7 +389,7 @@ movemail: movemail.o pop.o $(GETOPTDEPS)
 movemail.o: ${srcdir}/movemail.c ../src/config.h
        $(CC) -c ${CPP_CFLAGS} -Demacs ${MOVE_FLAGS} ${srcdir}/movemail.c
 
-pop.o: ${srcdir}/pop.c
+pop.o: ${srcdir}/pop.c  ../src/config.h
        $(CC) -c ${CPP_CFLAGS} ${MOVE_FLAGS} ${srcdir}/pop.c
 
 cvtmail: ${srcdir}/cvtmail.c