summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-03-05 16:23:22 +0000
committerRoland McGrath <roland@gnu.org>1996-03-05 16:23:22 +0000
commitd43e047895ff75254d50c5df8446e0e91453d890 (patch)
tree22e720c27070a127d45938b267aeaaa453a87e4d /Makeconfig
parent9a0d30bdb1c053a62580c361f35ae9754ba763a6 (diff)
Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Makeconfig ($(common-objpfx)config.make): Depend on config.h.in.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig
index 6f2305e44a..46da933327 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -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.