summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authordjm <djm>2003-05-15 11:33:46 +0000
committerdjm <djm>2003-05-15 11:33:46 +0000
commitb3ede5db252926df98036d74274f55d73c005176 (patch)
treee237f78a194f43566d78ac0063536ecfe961fefb /Makefile.in
parent2f6575098c8603067918f0e2a6ed6e1f875c4c69 (diff)
downloadopenssh-b3ede5db252926df98036d74274f55d73c005176.tar.gz
- (djm) Bug #444: Wrong paths after reconfigure
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 8bdef203..004f0546 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.235 2003/05/15 03:37:20 djm Exp $
+# $Id: Makefile.in,v 1.236 2003/05/15 11:33:46 djm Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@@ -112,9 +112,9 @@ FIXPATHSCMD = $(SED) $(PATHSUBS)
all: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS)
-$(LIBSSH_OBJS): config.h
-$(SSHOBJS): config.h
-$(SSHDOBJS): config.h
+$(LIBSSH_OBJS): Makefile.in config.h
+$(SSHOBJS): Makefile.in config.h
+$(SSHDOBJS): Makefile.in config.h
.c.o:
$(CC) $(CFLAGS) $(CPPFLAGS) -c $<