From eb0da0582e6635e8b89636170a0de847a71d975e Mon Sep 17 00:00:00 2001 From: Phil Jackson Date: Mon, 30 Aug 2010 20:33:52 +0100 Subject: [PATCH] Fix the deps for dist. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e9494199..4565758a 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ magit-topgit.elc: magit-topgit.el magit.info: # yuck - this needs cleaning up a bit... -dist: magit.spec magit-pkg.el +dist: $(DIST_FILES) mkdir -p magit-$(VERSION) cp $(DIST_FILES) magit-$(VERSION) tar -cvzf magit-$(VERSION).tar.gz magit-$(VERSION)