. /usr/local -> %%LOCALBASE%%.
This commit is contained in:
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
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue