diff --git a/Makefile b/Makefile
index 77193350031cc54748b69978ac737bf71e25414e..fcac2ecd3bd8f90df66e154d5c61e1df51fc54f8 100644
--- a/Makefile
+++ b/Makefile
@@ -133,6 +133,7 @@ export:
 	@rm -rf $(EXPORTDIR)/flashrom-$(VERSION)
 	@svn export -r BASE . $(EXPORTDIR)/flashrom-$(VERSION)
 	@sed "s/^SVNVERSION.*/SVNVERSION := $(SVNVERSION)/" Makefile >$(EXPORTDIR)/flashrom-$(VERSION)/Makefile
+	@LC_ALL=C svn log >$(EXPORTDIR)/flashrom-$(VERSION)/ChangeLog
 	@echo Exported $(EXPORTDIR)/flashrom-$(VERSION)/
 
 tarball: export