]> granicus.if.org Git - libexpat/commitdiff
Reduce the reliance on non-standard "tar" options.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Tue, 24 Jul 2001 20:03:28 +0000 (20:03 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Tue, 24 Jul 2001 20:03:28 +0000 (20:03 +0000)
expat/Makefile.in

index aa6382956ec08209aa850eacbec385bcc0a19a9f..35d1db8e12974326ce7b4558891395432f719e60 100644 (file)
@@ -137,7 +137,7 @@ distdir: MANIFEST
        done
 
 $(DISTRIBUTION): distdir
-       tar cfz $(DISTRIBUTION) $(DISTDIR)      
+       tar cf - $(DISTDIR) | gzip -9 >$(DISTRIBUTION)
 
 dist: $(DISTRIBUTION)