- (djm) Bug #444: Wrong paths after reconfigure
This commit is contained in:
parent
04cb536054
commit
eff041d19e
|
@ -51,6 +51,7 @@
|
||||||
- (djm) Only build getrrsetbyname replacement when using --with-dns
|
- (djm) Only build getrrsetbyname replacement when using --with-dns
|
||||||
- (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argv
|
- (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argv
|
||||||
correctly)
|
correctly)
|
||||||
|
- (djm) Bug #444: Wrong paths after reconfigure
|
||||||
|
|
||||||
20030514
|
20030514
|
||||||
- (djm) Bug #117: Don't lie to PAM about username
|
- (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;
|
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||||
ok provos@
|
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 $
|
||||||
|
|
|
@ -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
|
# uncomment if you run a non bourne compatable shell. Ie. csh
|
||||||
#SHELL = @SH@
|
#SHELL = @SH@
|
||||||
|
@ -112,9 +112,9 @@ FIXPATHSCMD = $(SED) $(PATHSUBS)
|
||||||
|
|
||||||
all: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS)
|
all: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS)
|
||||||
|
|
||||||
$(LIBSSH_OBJS): config.h
|
$(LIBSSH_OBJS): Makefile.in config.h
|
||||||
$(SSHOBJS): config.h
|
$(SSHOBJS): Makefile.in config.h
|
||||||
$(SSHDOBJS): config.h
|
$(SSHDOBJS): Makefile.in config.h
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
$(CC) $(CFLAGS) $(CPPFLAGS) -c $<
|
$(CC) $(CFLAGS) $(CPPFLAGS) -c $<
|
||||||
|
|
Loading…
Reference in New Issue