dect
/
asterisk
Archived
13
0
Fork 0

add TOPDIR_CFLAGS to the CFLAGS before ASTCFLAGS to make sure that -Iinclude

comes before -I/usr/local/include or something similar


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25590 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2006-05-08 15:03:44 +00:00
parent 5546f66403
commit a36aeaf46b
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ ifeq ($(OSARCH),SunOS)
endif
ifeq ($(MAKETOPLEVEL),$(MAKELEVEL))
CFLAGS+=$(ASTCFLAGS) $(TOPDIR_CFLAGS)
CFLAGS+=$(TOPDIR_CFLAGS) $(ASTCFLAGS)
endif
# This is used when generating the doxygen documentation