summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--Makefile.in2
2 files changed, 1 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ddb5d5be..b8fec34ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
120000118 120000118
2 - Fixed --with-pid-dir option 2 - Fixed --with-pid-dir option
3 - Makefile fix from Gary E. Miller <gem@rellim.com>
3 4
420000117 520000117
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
45all: $(TARGETS) $(MANPAGES) $(CONFIGFILES) 45all: $(TARGETS) $(MANPAGES) $(CONFIGFILES)
46 46
47$(OBJS): config.h
48
49$(LIBOBJS): config.h 47$(LIBOBJS): config.h
50 48
51libssh.a: $(LIBOBJS) 49libssh.a: $(LIBOBJS)