Code cleanup.
[platform/kernel/u-boot.git] / Makefile
index c2e47d4..c871d49 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -330,7 +330,7 @@ endif
 
 .PHONY : CHANGELOG
 CHANGELOG:
-       git log --no-merges U-Boot-1_1_5.. > $@
+       git log --no-merges U-Boot-1_1_5.. | unexpand -a > $@
 
 #########################################################################