summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 8d49485..ad341b5 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -366,7 +366,7 @@ src-tarball $(DOCBASE)-$(VERSION).src.tar.gz::
-o -name '*.tmp' \
-o -name '${DOCBASE}-${VERSION}' \
')' -prune -o -print | cpio -pamdv $(DOCBASE)-$(VERSION)
- tar -zcvf $@ $(DOCBASE)-$(VERSION)/
+ tar -zcvf $(DOCBASE)-$(VERSION).src.tar.gz $(DOCBASE)-$(VERSION)/
${RM} -r $(DOCBASE)-$(VERSION)
package-prep::