summaryrefslogtreecommitdiff
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 8bdef2031..004f05466 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.235 2003/05/15 03:37:20 djm Exp $ 1# $Id: Makefile.in,v 1.236 2003/05/15 11:33:46 djm Exp $
2 2
3# uncomment if you run a non bourne compatable shell. Ie. csh 3# uncomment if you run a non bourne compatable shell. Ie. csh
4#SHELL = @SH@ 4#SHELL = @SH@
@@ -112,9 +112,9 @@ FIXPATHSCMD = $(SED) $(PATHSUBS)
112 112
113all: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) 113all: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS)
114 114
115$(LIBSSH_OBJS): config.h 115$(LIBSSH_OBJS): Makefile.in config.h
116$(SSHOBJS): config.h 116$(SSHOBJS): Makefile.in config.h
117$(SSHDOBJS): config.h 117$(SSHDOBJS): Makefile.in config.h
118 118
119.c.o: 119.c.o:
120 $(CC) $(CFLAGS) $(CPPFLAGS) -c $< 120 $(CC) $(CFLAGS) $(CPPFLAGS) -c $<