]> git.ipfire.org Git - u-boot.git/commit - Makefile
Fix Makefile dependencies issues; allow silent build
authorWolfgang Denk <wd@denx.de>
Sat, 12 Jan 2008 23:59:21 +0000 (00:59 +0100)
committerWolfgang Denk <wd@denx.de>
Sat, 12 Jan 2008 23:59:21 +0000 (00:59 +0100)
commitae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b
treee8ef50df381bcfb8cd4f6c411092c52b44eb673b
parente343ab83d5135b558aa58db9be8fc7faa68d77ed
Fix Makefile dependencies issues; allow silent build

- get rid of "version" target whichdidn't really work
- make autoconf.mk depend on version_autogenerated.h to make sure
  to rebuild files as needed
- add XECHO macro to allow for silent build using "make -s"

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