Reduce the reliance on non-standard "tar" options.

This commit is contained in:
Fred L. Drake, Jr. 2001-07-24 20:03:28 +00:00
parent 3b3a7ec889
commit be106416dc

View File

@ -137,7 +137,7 @@ distdir: MANIFEST
done
$(DISTRIBUTION): distdir
tar cfz $(DISTRIBUTION) $(DISTDIR)
tar cf - $(DISTDIR) | gzip -9 >$(DISTRIBUTION)
dist: $(DISTRIBUTION)