mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 08:11:21 +00:00
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:
2
Makefile
2
Makefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user