From ba3d9ff75eebf4fa46999244d5480853dfca53f4 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Mon, 13 Feb 2006 18:34:15 +0000 Subject: Oops, remember Tommy's rule of good behavior in targets --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- cgit