summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-05-08 15:03:44 +0000
committerRussell Bryant <russell@russellbryant.com>2006-05-08 15:03:44 +0000
commitf2e3d8279d8d313124aa5dab0ac6d219d42e0621 (patch)
tree9729812b890d53e25329b766e667ee7b5692eb1f
parent896362d30ca44e5f35de1784ac99cba2a8726243 (diff)
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
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39168d765..f4e7ad947 100644
--- a/Makefile
+++ b/Makefile
@@ -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