diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
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. |