[Ocfs2-tools-devel] [PATCH 3/4] build: local cflags are handled by LOCAL_CFLAGS

Mark Fasheh mark.fasheh at oracle.com
Thu Feb 21 16:08:32 PST 2008


Bring in a fix from makebo svn. Without this fix, a later patch will cause
the python build code to error make with "recursive variable" warnings.

Signed-off-by: Mark Fasheh <mark.fasheh at oracle.com>
---
 Preamble.make |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/Preamble.make b/Preamble.make
index 47c57b2..b9b4af0 100644
--- a/Preamble.make
+++ b/Preamble.make
@@ -28,7 +28,6 @@ DIST_RULES =
 INCLUDES =
 DEFINES = 
 
-CFLAGS += $($(subst /,_,$(basename $@))_CFLAGS)
 CFLAGS += -pipe
 # protect with configure?
 CDEPFLAGS = -MD -MP -MF $(@D)/.$(basename $(@F)).d
-- 
1.5.3.6




More information about the Ocfs2-tools-devel mailing list