summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-15 21:33:46 +1000
committerDamien Miller <djm@mindrot.org>2003-05-15 21:33:46 +1000
commiteff041d19e5e11e734a60cdb77f97082395145bb (patch)
treeb3bed75a5040f89af48cde9fc9fb48b9a61b823a /Makefile.in
parent04cb5360545617905ba9099027dd381fc9729344 (diff)
- (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 $<