aboutsummaryrefslogtreecommitdiffstats
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 2fbfc81..fbea064 100644
--- a/Makefile
+++ b/Makefile
@@ -42,9 +42,9 @@ dir:
mkdir $(PACKAGE)-$(VERSION)
localcopy: dir
- tar c $(FILES) | (cd $(PACKAGE)-$(VERSION) ; tar x)
+ tar cf - $(FILES) | (cd $(PACKAGE)-$(VERSION) ; tar xf -)
-tar: dir
+tar: dir localcopy
tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION)
bzip2 -9vf $(PACKAGE)-$(VERSION).tar
rm -rf $(PACKAGE)-$(VERSION)