diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -90,8 +90,8 @@ distdir: all cp *.pc.in $(DISTDIR) sed "/^# DIST CUT/Q" <Makefile >$(DISTDIR)/Makefile -TARBALL=$(DISTDIR).tar.bz2 +TARBALL=$(DISTDIR).tar.gz dist: distdir - tar -cjf $(TARBALL) $(DISTDIR) + tar -czf $(TARBALL) $(DISTDIR) rm -rf $(DISTDIR) |