summaryrefslogtreecommitdiff
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
parent04cb5360545617905ba9099027dd381fc9729344 (diff)
- (djm) Bug #444: Wrong paths after reconfigure
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.in8
2 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index d2c60e8fa..ebb93d947 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,6 +51,7 @@
51 - (djm) Only build getrrsetbyname replacement when using --with-dns 51 - (djm) Only build getrrsetbyname replacement when using --with-dns
52 - (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argv 52 - (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argv
53 correctly) 53 correctly)
54 - (djm) Bug #444: Wrong paths after reconfigure
54 55
5520030514 5620030514
56 - (djm) Bug #117: Don't lie to PAM about username 57 - (djm) Bug #117: Don't lie to PAM about username
@@ -1526,4 +1527,4 @@
1526 save auth method before monitor_reset_key_state(); bugzilla bug #284; 1527 save auth method before monitor_reset_key_state(); bugzilla bug #284;
1527 ok provos@ 1528 ok provos@
1528 1529
1529$Id: ChangeLog,v 1.2721 2003/05/15 11:29:10 djm Exp $ 1530$Id: ChangeLog,v 1.2722 2003/05/15 11:33:46 djm Exp $
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 $<