From ca673b3d0393e38c06071e1d9d51863fdeff672c Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 18 Jan 2000 09:01:27 +1100 Subject: [PATCH] - Makefile fix from Gary E. Miller --- ChangeLog | 1 + Makefile.in | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0ddb5d5be..b8fec34ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 20000118 - Fixed --with-pid-dir option + - Makefile fix from Gary E. Miller 20000117 - 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 all: $(TARGETS) $(MANPAGES) $(CONFIGFILES) -$(OBJS): config.h - $(LIBOBJS): config.h libssh.a: $(LIBOBJS)