summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8fb5204..4e1d163 100644
--- a/Makefile
+++ b/Makefile
@@ -119,9 +119,9 @@ dist: clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@mkdir $(TMPDIR)/$(ARCHIVE)
@cp -a * $(TMPDIR)/$(ARCHIVE)
- @tar czf $(PACKAGE).tar.gz -C $(TMPDIR) --exclude debian --exclude CVS \
+ tar czf $(PACKAGE).tar.gz -C $(TMPDIR) --exclude debian --exclude CVS \
--exclude .svn --exclude tools --exclude .cproject --exclude .project \
- --exclude $(ARCHIVE)
+ $(ARCHIVE)
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@echo Distribution package created as $(PACKAGE).tar.gz