summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-03 21:53:47 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-03 21:53:47 +0000
commit684ba4cdd8f98b84df36f8de67427a4a59ef4114 (patch)
tree3e227c878e1957b45c6ee9265023796246ecd4f7
parent7044253f3ff41aead8c2192f35d5710244549e89 (diff)
- (bal) Minor Makefile fix
-rw-r--r--ChangeLog1
-rw-r--r--Makefile.in3
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 @@
120010104 120010104
2 - (bal) I think this is the last of the bsd-*.h that don't belong. 2 - (bal) I think this is the last of the bsd-*.h that don't belong.
3 - (bal) Minor Makefile fix
3 4
420010103 520010103
5 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com> 6 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
diff --git a/Makefile.in b/Makefile.in
index 21ffb9b20..c3cd580ea 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -72,13 +72,12 @@ manpages: $(MANPAGES)
72$(LIBSSH_OBJS): config.h 72$(LIBSSH_OBJS): config.h
73$(SSHOBJS): config.h 73$(SSHOBJS): config.h
74$(SSHDOBJS): config.h 74$(SSHDOBJS): config.h
75$(LIBOPENBSD_COMPAT_OBJS): config.h
76 75
77.c.o: 76.c.o:
78 $(CC) $(CFLAGS) $(CPPFLAGS) -c $< 77 $(CC) $(CFLAGS) $(CPPFLAGS) -c $<
79 78
80LIBCOMPAT=openbsd-compat/libopenbsd-compat.a 79LIBCOMPAT=openbsd-compat/libopenbsd-compat.a
81$(LIBCOMPAT): 80$(LIBCOMPAT): config.h
82 (cd openbsd-compat; $(MAKE)) 81 (cd openbsd-compat; $(MAKE))
83 82
84libssh.a: $(LIBSSH_OBJS) 83libssh.a: $(LIBSSH_OBJS)