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: https://origsvn.digium.com/svn/asterisk/trunk@25590 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-05-08 15:03:44 +00:00
parent 896362d30c
commit f2e3d8279d

View File

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