Merge branch 'master' of http://www.denx.de/git/u-boot
authorMarkus Klotzbücher <mk@pollux.(none)>
Fri, 24 Feb 2006 10:34:34 +0000 (11:34 +0100)
committerMarkus Klotzbücher <mk@pollux.(none)>
Fri, 24 Feb 2006 10:34:34 +0000 (11:34 +0100)
1  2 
Makefile

diff --cc Makefile
+++ b/Makefile
@@@ -1845,7 -1855,7 +1862,8 @@@ clobber:        clea
                -o -name '*.srec' -o -name '*.bin' -o -name u-boot.img \) \
                -print0 \
                | xargs -0 rm -f
-       rm -f $(OBJS) *.bak tags
+       rm -f $(OBJS) *.bak tags TAGS include/version_autogenerated.h
++
        rm -fr *.*~
        rm -f u-boot u-boot.map u-boot.hex $(ALL)
        rm -f tools/crc32.c tools/environment.c tools/env/crc32.c