summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 640fe5abd..9bf8a425c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.188 2001/10/12 09:15:28 djm Exp $ 1# $Id: Makefile.in,v 1.189 2001/10/22 00:53:59 tim Exp $
2 2
3prefix=@prefix@ 3prefix=@prefix@
4exec_prefix=@exec_prefix@ 4exec_prefix=@exec_prefix@
@@ -86,8 +86,9 @@ $(SSHDOBJS): config.h
86 $(CC) $(CFLAGS) $(CPPFLAGS) -c $< 86 $(CC) $(CFLAGS) $(CPPFLAGS) -c $<
87 87
88LIBCOMPAT=openbsd-compat/libopenbsd-compat.a 88LIBCOMPAT=openbsd-compat/libopenbsd-compat.a
89$(LIBCOMPAT): config.h 89$(LIBCOMPAT): always
90 (cd openbsd-compat; $(MAKE)) 90 (cd openbsd-compat; $(MAKE))
91always:
91 92
92libssh.a: $(LIBSSH_OBJS) 93libssh.a: $(LIBSSH_OBJS)
93 $(AR) rv $@ $(LIBSSH_OBJS) 94 $(AR) rv $@ $(LIBSSH_OBJS)