diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,6 @@ | |||
1 | 20000118 | 1 | 20000118 |
2 | - Fixed --with-pid-dir option | 2 | - Fixed --with-pid-dir option |
3 | - Makefile fix from Gary E. Miller <gem@rellim.com> | ||
3 | 4 | ||
4 | 20000117 | 5 | 20000117 |
5 | - Clean up bsd-bindresvport.c. Use arc4random() for picking initial | 6 | - Clean up bsd-bindresvport.c. Use arc4random() for picking initial |
diff --git a/Makefile.in b/Makefile.in index 580065c03..0bfe2f15b 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -44,8 +44,6 @@ CONFIGFILES=sshd_config ssh_config | |||
44 | 44 | ||
45 | all: $(TARGETS) $(MANPAGES) $(CONFIGFILES) | 45 | all: $(TARGETS) $(MANPAGES) $(CONFIGFILES) |
46 | 46 | ||
47 | $(OBJS): config.h | ||
48 | |||
49 | $(LIBOBJS): config.h | 47 | $(LIBOBJS): config.h |
50 | 48 | ||
51 | libssh.a: $(LIBOBJS) | 49 | libssh.a: $(LIBOBJS) |