]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6276 move our include first so that ours is used and not the system if its present
authorBrian West <brian@freeswitch.org>
Wed, 26 Feb 2014 22:21:48 +0000 (16:21 -0600)
committerBrian West <brian@freeswitch.org>
Wed, 5 Mar 2014 02:32:17 +0000 (20:32 -0600)
libs/sqlite/Makefile.in

index 01ff7496a90fb475bc2f62fbf6daf928dec91a73..0080244ccc36fe5b03f0f9f33c9372c318ddf308 100644 (file)
@@ -26,7 +26,7 @@ BCC = @BUILD_CC@ @BUILD_CFLAGS@
 # will run on the target platform.  (BCC and TCC are usually the
 # same unless your are cross-compiling.)
 #
-TCC = @TARGET_CC@ @TARGET_CFLAGS@ -I. -I${TOP}/src
+TCC = @TARGET_CC@  -I. -I${TOP}/src @TARGET_CFLAGS@
 
 # Define -DNDEBUG to compile without debugging (i.e., for production usage)
 # Omitting the define will cause extra debugging code to be inserted and