mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 06:04:59 +00:00
Reduce the reliance on non-standard "tar" options.
This commit is contained in:
parent
3b3a7ec889
commit
be106416dc
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ distdir: MANIFEST
|
|||
done
|
||||
|
||||
$(DISTRIBUTION): distdir
|
||||
tar cfz $(DISTRIBUTION) $(DISTDIR)
|
||||
tar cf - $(DISTDIR) | gzip -9 >$(DISTRIBUTION)
|
||||
|
||||
dist: $(DISTRIBUTION)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue