Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authoreutarass2010-03-22 20:16:41 +0000
committereutarass2010-03-22 20:16:41 +0000
commit274a0fd289ae2688042e4eaa9e060ed9ee3c807d (patch)
tree81d09fe9eee9db7a72a2e3622707c9074ebdc519 /bin
parentf62e45908c7b161df5402f68b25f9eadd283ca99 (diff)
downloadorg.eclipse.tcf.agent-274a0fd289ae2688042e4eaa9e060ed9ee3c807d.tar.gz
org.eclipse.tcf.agent-274a0fd289ae2688042e4eaa9e060ed9ee3c807d.tar.xz
org.eclipse.tcf.agent-274a0fd289ae2688042e4eaa9e060ed9ee3c807d.zip
Bug 306722: [tcf][agent] The build system doesn't build with every services
Diffstat (limited to 'bin')
-rwxr-xr-xbin/services-to-cflags2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/services-to-cflags b/bin/services-to-cflags
index 142ac90d..9ef7119c 100755
--- a/bin/services-to-cflags
+++ b/bin/services-to-cflags
@@ -2,7 +2,7 @@
for PREFIX in SERVICE_ ENABLE_
do
- NAMES=`sed -n "s/.*#define *$PREFIX\([^ ]*\).*/\1/p" <config.h`
+ NAMES=`sed -n "s/.*#if *\!defined *( *$PREFIX\([^ ]*\) *).*/\1/p" <config.h`
for NAME in $NAMES
do
VALUE=0

Back to the top