git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15531 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-11-18 20:33:03 +00:00
parent bc72d99096
commit f014620eb1
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@ LIBTOOL = ./libtool
ALLOWRELEASE = @ALLOWRELEASE@
# libtool compile/link/install
LTCOMPILE = $(LIBTOOL) --mode=compile $(TCC)
LTLINK = $(LIBTOOL) --mode=link $(TCC)
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(TCC)
LTLINK = $(LIBTOOL) --tag=CC --mode=link $(TCC)
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
# nawk compatible awk.