summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/Test/CompilerElements/CPP/Makefile.alt
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/Test/CompilerElements/CPP/Makefile.alt')
-rw-r--r--TAO/CIAO/CCF/Test/CompilerElements/CPP/Makefile.alt6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/CIAO/CCF/Test/CompilerElements/CPP/Makefile.alt b/TAO/CIAO/CCF/Test/CompilerElements/CPP/Makefile.alt
index 728922c9eb2..4f02253d0da 100644
--- a/TAO/CIAO/CCF/Test/CompilerElements/CPP/Makefile.alt
+++ b/TAO/CIAO/CCF/Test/CompilerElements/CPP/Makefile.alt
@@ -8,7 +8,7 @@ include $(root)/Bootstrap.rules
$(call include, $(root)/Config.rules)
-$(call include, $(UTILITY_ROOT)/BuildRules/Executable.pre.rules)
+$(call include, $(UTILITY_BUILD_RULES)/Executable.pre.rules)
cxx_translation_units := driver.cpp
@@ -16,9 +16,9 @@ module_base := driver
module_prefix :=
module_suffix :=
-CXX_PREPROCESS_FLAGS += -I$(root) -I$(UTILITY_ROOT) -I$(BOOST_ROOT)
+CXX_PREPROCESS_FLAGS += -I$(root) $(UTILITY_CPP_FLAGS) $(BOOST_CPP_FLAGS)
CXX_LINK_LIBS += -L$(root)/CCF/CompilerElements \
-lCompilerElements \
-$(call include, $(UTILITY_ROOT)/BuildRules/Executable.post.rules)
+$(call include, $(UTILITY_BUILD_RULES)/Executable.post.rules)