The very purpose of a source tarball is defeated if it contains compiled binaries. Signed-off-by: Florian Haas <florian.haas@xxxxxxxxxx> --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index f47282f..566022f 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ clean-version-stamp: .PHONY: install install: install-programs install-doc install-conf install-scripts -$(TARBALL): clean version-stamp all +$(TARBALL): clean version-stamp tar -cjf $@ \ --transform 's,^,tgt-$(VERSION)/,' \ --exclude=*~ \ -- 1.6.0.4 -- To unsubscribe from this list: send the line "unsubscribe stgt" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html