Commit d8b80380 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

contrib: Fix .libtool on Mac OS X.

parent a11f9ca0
......@@ -294,8 +294,8 @@ libtool: libtool-$(LIBTOOL_VERSION).tar.gz
.libtool: libtool
(cd $<; ./configure --prefix=$(PREFIX) && make && make install)
ln -s libtool $(PREFIX)/bin/glibtool
ln -s libtoolize $(PREFIX)/bin/glibtoolize
ln -sf libtool $(PREFIX)/bin/glibtool
ln -sf libtoolize $(PREFIX)/bin/glibtoolize
touch $@
CLEAN_PKG += libtool
......
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