summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2e47d4034..c871d49676 100644
--- 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 > $@
#########################################################################