FS-6276 move our include first so that ours is used and not the system if its present

This commit is contained in:
Brian West 2014-02-26 16:21:48 -06:00
parent 3575a07c40
commit cc8bab7729
1 changed files with 1 additions and 1 deletions

View 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