Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
authorRoland McGrath <roland@gnu.org>
Tue, 5 Mar 1996 16:23:22 +0000 (16:23 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 5 Mar 1996 16:23:22 +0000 (16:23 +0000)
* Makeconfig ($(common-objpfx)config.make): Depend on config.h.in.

Makeconfig

index 6f2305e..46da933 100644 (file)
@@ -83,7 +83,7 @@ include $(common-objpfx)config.make
 # changes and so config.status would be run every time; the dependence of
 # config.make should suffice to force regeneration and re-exec, and the new
 # image will notice if config.h changed.
-$(common-objpfx)config.make: $(common-objpfx)config.status
+$(common-objpfx)config.make: $(common-objpfx)config.status $(..)config.h.in
        cd $(<D); $(SHELL) $(<F)
 
 # Force the user to configure before making.