diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Makefile.in | 8 |
2 files changed, 6 insertions, 5 deletions
@@ -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 | ||
55 | 20030514 | 56 | 20030514 |
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 | ||
113 | all: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) | 113 | all: $(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 $< |