From: Wolfgang Denk Date: Fri, 9 May 2008 08:16:13 +0000 (+0200) Subject: Avoid infinite loop "Generating include/autoconf.mk" X-Git-Tag: v1.3.3~40^2~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4d31cdc45d3592a5545a649fb5a24b458a4e4b72;p=u-boot Avoid infinite loop "Generating include/autoconf.mk" Fix a bogus circular dependency that caused an infinite loop of "Generating include/autoconf.mk" again and again. Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index 167a71741c..6783fec407 100644 --- a/Makefile +++ b/Makefile @@ -424,7 +424,7 @@ $(obj)System.map: $(obj)u-boot # This target actually generates 2 files; autoconf.mk and autoconf.mk.dep. # the dep file is only include in this top level makefile to determine when # to regenerate the autoconf.mk file. -$(obj)include/autoconf.mk: $(obj)include/config.h $(VERSION_FILE) +$(obj)include/autoconf.mk: $(obj)include/config.h @$(XECHO) Generating include/autoconf.mk ; \ set -e ; \ : Generate the dependancies ; \