[svn-commits] trunk r25590 - /trunk/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon May 8 08:03:45 MST 2006


Author: russell
Date: Mon May  8 10:03:44 2006
New Revision: 25590

URL: http://svn.digium.com/view/asterisk?rev=25590&view=rev
Log:
add TOPDIR_CFLAGS to the CFLAGS before ASTCFLAGS to make sure that -Iinclude
comes before -I/usr/local/include or something similar

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=25590&r1=25589&r2=25590&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon May  8 10:03:44 2006
@@ -410,7 +410,7 @@
 endif
 
 ifeq ($(MAKETOPLEVEL),$(MAKELEVEL))
-  CFLAGS+=$(ASTCFLAGS) $(TOPDIR_CFLAGS)
+  CFLAGS+=$(TOPDIR_CFLAGS) $(ASTCFLAGS)
 endif
 
 # This is used when generating the doxygen documentation



More information about the svn-commits mailing list