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
1.4
Russell Bryant 20 years ago
parent 896362d30c
commit f2e3d8279d

@ -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

Loading…
Cancel
Save