[Makebo-commits] jlbec commits r11 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Feb 21 15:18:35 PST 2008


Author: jlbec
Date: 2008-02-21 15:18:34 -0800 (Thu, 21 Feb 2008)
New Revision: 11

Modified:
   trunk/Preamble.make
Log:
local cflags are handled by LOCAL_CFLAGS

Modified: trunk/Preamble.make
===================================================================
--- trunk/Preamble.make	2006-07-04 01:37:48 UTC (rev 10)
+++ trunk/Preamble.make	2008-02-21 23:18:34 UTC (rev 11)
@@ -28,7 +28,6 @@
 INCLUDES =
 DEFINES = 
 
-CFLAGS += $($(subst /,_,$(basename $@))_CFLAGS)
 CFLAGS += -pipe
 # protect with configure?
 CDEPFLAGS = -MD -MP -MF $(@D)/.$(basename $(@F)).d




More information about the Makebo-commits mailing list