Commit cbd4ad66 authored by Rafaël Carré's avatar Rafaël Carré

tools: fix tar dependency

parent 44ae66e5
...@@ -95,7 +95,7 @@ tar: tar-$(TAR_VERSION).tar.bz2 ...@@ -95,7 +95,7 @@ tar: tar-$(TAR_VERSION).tar.bz2
$(UNPACK) $(UNPACK)
$(MOVE) $(MOVE)
.tar: tar .tar .tar: tar .xz
(cd $<; ./configure --prefix=$(PREFIX) && make && make install) (cd $<; ./configure --prefix=$(PREFIX) && make && make install)
touch $@ touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment