[svn-commits] murf: branch murf/fast-ast2 r88453 - /team/murf/fast-ast2/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Nov 3 17:27:44 CDT 2007


Author: murf
Date: Sat Nov  3 17:27:44 2007
New Revision: 88453

URL: http://svn.digium.com/view/asterisk?view=rev&rev=88453
Log:
revert Makefile

Modified:
    team/murf/fast-ast2/Makefile

Modified: team/murf/fast-ast2/Makefile
URL: http://svn.digium.com/view/asterisk/team/murf/fast-ast2/Makefile?view=diff&rev=88453&r1=88452&r2=88453
==============================================================================
--- team/murf/fast-ast2/Makefile (original)
+++ team/murf/fast-ast2/Makefile Sat Nov  3 17:27:44 2007
@@ -77,8 +77,8 @@
 
 # Some build systems, such as the one in openwrt, like to pass custom target
 # CFLAGS and LDFLAGS in the COPTS and LDOPTS variables.
-ASTCFLAGS+=$(COPTS) -pg
-ASTLDFLAGS+=$(LDOPTS) -pg
+ASTCFLAGS+=$(COPTS)
+ASTLDFLAGS+=$(LDOPTS)
 
 #Uncomment this to see all build commands instead of 'quiet' output
 #NOISY_BUILD=yes




More information about the svn-commits mailing list