diff --git a/Makefile b/Makefile index 81c9461..6f570d9 100644 --- a/Makefile +++ b/Makefile @@ -90,8 +90,8 @@ distdir: all cp *.pc.in $(DISTDIR) sed "/^# DIST CUT/Q" $(DISTDIR)/Makefile -TARBALL=$(DISTDIR).tar.bz2 +TARBALL=$(DISTDIR).tar.gz dist: distdir - tar -cjf $(TARBALL) $(DISTDIR) + tar -czf $(TARBALL) $(DISTDIR) rm -rf $(DISTDIR)