Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2010-05-18 19:58:35 +0000
committereutarass2010-05-18 19:58:35 +0000
commitd226c1e7d2c9222a457da2d0f9f90c10f5fa97c7 (patch)
treece3582962274aeca6ffe57b4ffff595114808fc0 /Makefile.inc
parent3ceb20a0dfe47d783041d496813769a938e112f8 (diff)
downloadorg.eclipse.tcf.agent-d226c1e7d2c9222a457da2d0f9f90c10f5fa97c7.tar.gz
org.eclipse.tcf.agent-d226c1e7d2c9222a457da2d0f9f90c10f5fa97c7.tar.xz
org.eclipse.tcf.agent-d226c1e7d2c9222a457da2d0f9f90c10f5fa97c7.zip
Bug 312840: Unable to effectively include Makefile.inc in make systems which use the CFLAGS variable
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index b0a1862d..d03f1787 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -84,4 +84,3 @@ endif
OPTS += $(foreach dir,$(INCDIRS),-I$(TCF_AGENT_DIR)/$(dir))
-override CFLAGS += $(OPTS)

Back to the top