]> andersk Git - openssh.git/commitdiff
- (djm) Bug #444: Wrong paths after reconfigure
authordjm <djm>
Thu, 15 May 2003 11:33:46 +0000 (11:33 +0000)
committerdjm <djm>
Thu, 15 May 2003 11:33:46 +0000 (11:33 +0000)
ChangeLog
Makefile.in

index 851ea4300308efc34b22dc451cc46e8ff20a7b9d..355863078afdf22a8463203694580b3d2bdb3871 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 6f22143476aa7baab7dcd4ab9371bcca0d1663b5..f73442899b02fd22546e50885f96dc22508cf8fc 100644 (file)
@@ -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 $<
This page took 0.043514 seconds and 5 git commands to generate.