- (djm) Bug #444: Wrong paths after reconfigure
diff --git a/ChangeLog b/ChangeLog
index d2c60e8..ebb93d9 100644
--- 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
@@ -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 $
diff --git a/Makefile.in b/Makefile.in
index 8bdef20..004f054 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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 @@
 
 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 $<