Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2011-04-29 18:16:16 +0000
committereutarass2011-04-29 18:16:16 +0000
commit0f0f18e9a4fcf315562dd68b24b92feac4cc84aa (patch)
tree0a9fd7ad08e6e9571a7b5852dadc70419d7bd731 /Makefile.inc
parent0226e9219e91af5da0a241f6fe8b663484c81ac8 (diff)
downloadorg.eclipse.tcf.agent-0f0f18e9a4fcf315562dd68b24b92feac4cc84aa.tar.gz
org.eclipse.tcf.agent-0f0f18e9a4fcf315562dd68b24b92feac4cc84aa.tar.xz
org.eclipse.tcf.agent-0f0f18e9a4fcf315562dd68b24b92feac4cc84aa.zip
Bug 341529 - Makefile.inc forces a "debug" build
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index c3349f91..b956002a 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,4 +1,4 @@
-CONF = Debug
+CONF ?= Debug
ifndef OPSYS
OPSYS := $(shell uname -o 2>/dev/null || uname -s)

Back to the top