summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2000-12-22 20:27:43 +0000
committerBen Lindstrom <mouring@eviladmin.org>2000-12-22 20:27:43 +0000
commit3deda8b091e571f5577ae50b75b89a21caed6aee (patch)
tree663f4a4503e688f204a4963a20e83d1aa8918a2b /Makefile.in
parent46c162204b5a6f7471525c2f75cb2c607c88b83f (diff)
- (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects if a change to config.h has occurred. Suggested by Gert Doering <gert@greenie.muc.de> - (bal) OpenBSD CVS Update: - markus@cvs.openbsd.org 2000/12/22 16:49:40 [ssh-keygen.c] fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 1d802841..117968cd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -11,9 +11,7 @@ srcdir=@srcdir@
top_srcdir=@top_srcdir@
DESTDIR=
-
VPATH=@srcdir@
-
SSH_PROGRAM=@bindir@/ssh
ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
@@ -72,7 +70,8 @@ all: $(TARGETS) $(CONFIGFILES)
manpages: $(MANPAGES)
$(LIBSSH_OBJS): config.h
-
+$(SSHOBJS): config.h
+$(SSHDOBJS): config.h
$(LIBOPENBSD_COMPAT_OBJS): config.h
libopenbsd-compat.a: $(LIBOPENBSD_COMPAT_OBJS)