]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Avoid infinite loop "Generating include/autoconf.mk"
authorWolfgang Denk <wd@denx.de>
Fri, 9 May 2008 08:16:13 +0000 (10:16 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 9 May 2008 08:16:13 +0000 (10:16 +0200)
Fix a bogus circular dependency that caused an infinite loop of
"Generating include/autoconf.mk" again and again.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Makefile

index 167a71741c805eb67567fe7043325e486f192b50..6783fec407c6c270c239f9a732478b6a0277fece 100644 (file)
--- 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 ; \