From 4f5c61987a69aeef63a3b968894a616beecd2a51 Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Tue, 16 Sep 2014 10:41:09 +0100 Subject: Always regenerate buildinfo when making a tarball (buildinfo is cached otherwise) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 613a3a47f0..f5b1336007 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,7 @@ dist: update_submodules remove-stale-tarballs dist-recursive @echo Decompressing monodevelop-$(PACKAGE_VERSION).tar.bz2 @cd tarballs && tar xvjf monodevelop-$(PACKAGE_VERSION).tar.bz2 @cp version.config tarballs/monodevelop-$(PACKAGE_VERSION) + @rm -f main/build/bin/buildinfo @cd main && make buildinfo @cp main/build/bin/buildinfo tarballs/monodevelop-$(PACKAGE_VERSION)/ @echo Generating merged tarball -- cgit v1.2.3