Add changelog for make export and make tarball

Thanks to Uwe for the suggestion.

Corresponding to flashrom svn r637.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
diff --git a/Makefile b/Makefile
index 7719335..fcac2ec 100644
--- a/Makefile
+++ b/Makefile
@@ -133,6 +133,7 @@
 	@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