. /usr/local -> %%LOCALBASE%%.

This commit is contained in:
Greg Lewis 2004-03-24 22:10:07 +00:00
parent 7d9c30c9a7
commit cf9a75e8ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105156
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LIBTOOL='/usr/local/bin/libtool14'
+LIBTOOL='%%LOCALBASE%%/bin/libtool14'
# Prevent multiple expansion

View file

@ -5,7 +5,7 @@
# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LIBTOOL='/usr/local/bin/libtool14'
+LIBTOOL='%%LOCALBASE%%/bin/libtool14'
# Prevent multiple expansion