projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67c3103
)
MCC200: fix build warning
author
Wolfgang Denk
<wd@denx.de>
Tue, 18 Sep 2007 15:40:27 +0000
(17:40 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 18 Sep 2007 15:40:27 +0000
(17:40 +0200)
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 <wd@denx.de>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 85885b166a6eab9d8efeefcb347d32b327761ee9..011f730e3ae409cd449579087943654578abee40 100644
(file)
--- 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: