summaryrefslogtreecommitdiffstats
path: root/Makefile.in
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 /Makefile.in
parent7044253f3ff41aead8c2192f35d5710244549e89 (diff)
- (bal) Minor Makefile fix
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 21ffb9b2..c3cd580e 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)