From be106416dc722452f05dc19a1db338f3c95ac2af Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Tue, 24 Jul 2001 20:03:28 +0000 Subject: [PATCH] Reduce the reliance on non-standard "tar" options. --- expat/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/Makefile.in b/expat/Makefile.in index aa638295..35d1db8e 100644 --- a/expat/Makefile.in +++ b/expat/Makefile.in @@ -137,7 +137,7 @@ distdir: MANIFEST done $(DISTRIBUTION): distdir - tar cfz $(DISTRIBUTION) $(DISTDIR) + tar cf - $(DISTDIR) | gzip -9 >$(DISTRIBUTION) dist: $(DISTRIBUTION)