summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 15a6065..a6a2aa3 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ install: build
install libldetect.h $(includedir)
dist: dis
-dis ../$(NAME)-$(VERSION).tar.bz2: tar
+dis ../$(NAME)-$(VERSION).tar.xz: tar
tar:
@if [ -e ".svn" ]; then \
@@ -75,7 +75,7 @@ tar:
echo "Unknown SCM (not SVN nor GIT)";\
exit 1; \
fi;
- $(info $(NAME)-$(VERSION).tar.bz2 is ready)
+ $(info $(NAME)-$(VERSION).tar.xz is ready)
dist-svn:
svn export -q -rBASE . $(NAME)-$(VERSION)