diff options
| author | Dave Love | 1999-10-15 15:48:53 +0000 |
|---|---|---|
| committer | Dave Love | 1999-10-15 15:48:53 +0000 |
| commit | 93c8d183eee3a992940ebae612cc90eea1095ba9 (patch) | |
| tree | 4cf0bf347230e82dbb033e6e2f0776b5b85ea1f6 /lib-src | |
| parent | bf82bce457d7339e8468a52ae6f1687234a0c29b (diff) | |
| download | emacs-93c8d183eee3a992940ebae612cc90eea1095ba9.tar.gz emacs-93c8d183eee3a992940ebae612cc90eea1095ba9.zip | |
(pop.o): Depend on config.h.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 51a5c307e47..44785dee3a2 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 1999-10-15 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (pop.o): Depend on config.h. | ||
| 4 | |||
| 1 | 1999-10-11 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | 5 | 1999-10-11 Jonathan I. Kamens <jik@kamens.brookline.ma.us> |
| 2 | 6 | ||
| 3 | * pop.c: Use "pop3" as the POP service name on all platforms, | 7 | * pop.c: Use "pop3" as the POP service name on all platforms, |
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 6aa04af9101..7629c380faf 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -389,7 +389,7 @@ movemail: movemail.o pop.o $(GETOPTDEPS) | |||
| 389 | movemail.o: ${srcdir}/movemail.c ../src/config.h | 389 | movemail.o: ${srcdir}/movemail.c ../src/config.h |
| 390 | $(CC) -c ${CPP_CFLAGS} -Demacs ${MOVE_FLAGS} ${srcdir}/movemail.c | 390 | $(CC) -c ${CPP_CFLAGS} -Demacs ${MOVE_FLAGS} ${srcdir}/movemail.c |
| 391 | 391 | ||
| 392 | pop.o: ${srcdir}/pop.c | 392 | pop.o: ${srcdir}/pop.c ../src/config.h |
| 393 | $(CC) -c ${CPP_CFLAGS} ${MOVE_FLAGS} ${srcdir}/pop.c | 393 | $(CC) -c ${CPP_CFLAGS} ${MOVE_FLAGS} ${srcdir}/pop.c |
| 394 | 394 | ||
| 395 | cvtmail: ${srcdir}/cvtmail.c | 395 | cvtmail: ${srcdir}/cvtmail.c |