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 > $@
 
 #########################################################################