- (djm) Bug #444: Wrong paths after reconfigure

This commit is contained in:
Damien Miller 2003-05-15 21:33:46 +10:00
parent 04cb536054
commit eff041d19e
2 changed files with 6 additions and 5 deletions

View File

@ -51,6 +51,7 @@
- (djm) Only build getrrsetbyname replacement when using --with-dns
- (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argv
correctly)
- (djm) Bug #444: Wrong paths after reconfigure
20030514
- (djm) Bug #117: Don't lie to PAM about username
@ -1526,4 +1527,4 @@
save auth method before monitor_reset_key_state(); bugzilla bug #284;
ok provos@
$Id: ChangeLog,v 1.2721 2003/05/15 11:29:10 djm Exp $
$Id: ChangeLog,v 1.2722 2003/05/15 11:33:46 djm Exp $

View File

@ -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 $<