From 684ba4cdd8f98b84df36f8de67427a4a59ef4114 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sat, 3 Feb 2001 21:53:47 +0000 Subject: - (bal) Minor Makefile fix --- ChangeLog | 1 + Makefile.in | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 30202ffda..874b78771 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 20010104 - (bal) I think this is the last of the bsd-*.h that don't belong. + - (bal) Minor Makefile fix 20010103 - (bal) Cygwin clean up by Corinna Vinschen diff --git a/Makefile.in b/Makefile.in index 21ffb9b20..c3cd580ea 100644 --- a/Makefile.in +++ b/Makefile.in @@ -72,13 +72,12 @@ manpages: $(MANPAGES) $(LIBSSH_OBJS): config.h $(SSHOBJS): config.h $(SSHDOBJS): config.h -$(LIBOPENBSD_COMPAT_OBJS): config.h .c.o: $(CC) $(CFLAGS) $(CPPFLAGS) -c $< LIBCOMPAT=openbsd-compat/libopenbsd-compat.a -$(LIBCOMPAT): +$(LIBCOMPAT): config.h (cd openbsd-compat; $(MAKE)) libssh.a: $(LIBSSH_OBJS) -- cgit v1.2.3