tweak for cross compile

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@527 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2008-09-03 18:46:56 +00:00
parent 010987ebfc
commit 032368da12
1 changed files with 9 additions and 1 deletions

View File

@ -29,7 +29,15 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
CFLAGS=@COMP_VENDOR_CFLAGS@ @DEFS@
CC = @CC@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXFLAGS = @CXXFLAGS@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
CFLAGS=@CFLAGS@ @COMP_VENDOR_CFLAGS@ @DEFS@
SRC=src
SOURCES=\
$(SRC)/hashtable.c \