summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e1d163..7903e87 100644
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,7 @@ 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 \
$(ARCHIVE)
@-rm -rf $(TMPDIR)/$(ARCHIVE)