From 48689826a94c19de3897757c18c07c767a501e43 Mon Sep 17 00:00:00 2001 From: russell Date: Wed, 1 Nov 2006 19:10:56 +0000 Subject: Merged revisions 1547 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r1547 | russell | 2006-11-01 14:04:02 -0500 (Wed, 01 Nov 2006) | 3 lines instead of setting HOSTCC and CC directly in the Makefile, use the information provided by the configure script (issue #8055, tzafrir) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1548 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- makeopts.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makeopts.in') diff --git a/makeopts.in b/makeopts.in index 05bc0b5..dd60395 100644 --- a/makeopts.in +++ b/makeopts.in @@ -1,5 +1,5 @@ CC=@CC@ -HOST_CC=@CC@ +HOSTCC=@HOSTCC@ INSTALL=@INSTALL@ GREP=@GREP@ -- cgit v1.2.3