commit | 9ba223b8b03f1f005453f8cf5f70d989a71d06cf | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Thu Oct 26 16:24:31 2006 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Thu Oct 26 16:24:31 2006 +0200 |
tree | cb331a26115df79afa0baab69faff3ff066c8f75 | |
parent | 0e8e857dc426ca376de680c6c44b6c1df1f0b8d8 [diff] [blame] |
Code cleanup.
diff --git a/Makefile b/Makefile index c2e47d4..c871d49 100644 --- a/Makefile +++ b/Makefile
@@ -330,7 +330,7 @@ .PHONY : CHANGELOG CHANGELOG: - git log --no-merges U-Boot-1_1_5.. > $@ + git log --no-merges U-Boot-1_1_5.. | unexpand -a > $@ #########################################################################