From: Wolfgang Denk Date: Tue, 18 Sep 2007 15:40:27 +0000 (+0200) Subject: MCC200: fix build warning X-Git-Tag: v1.3.0-rc2~3 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35 MCC200: fix build warning The MCC200 board config file includes version.h for some customer- specific setting, which causes warnings with "make depend"; build version.h before depend. Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index 85885b166a..011f730e3a 100644 --- a/Makefile +++ b/Makefile @@ -319,7 +319,7 @@ updater: env: $(MAKE) -C tools/env all || exit 1 -depend dep: +depend dep: version for dir in $(SUBDIRS) ; do $(MAKE) -C $$dir _depend ; done tags ctags: