diff options
author | boris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-09 18:17:25 +0000 |
---|---|---|
committer | boris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-09 18:17:25 +0000 |
commit | fc17afc10604da8489d6f1990e8894107215e9cf (patch) | |
tree | 15efe383fe52ebc96bbd4e2a1258100381a075e0 /TAO/CIAO/CCF/Example/Makefile.alt | |
parent | cb79893fb274db2402d8056637b744d5d031bb50 (diff) | |
download | ATCD-fc17afc10604da8489d6f1990e8894107215e9cf.tar.gz |
ChangeLogTag: Fri Jan 9 12:20:32 2004 Boris Kolpackov <boris@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/CIAO/CCF/Example/Makefile.alt')
-rw-r--r-- | TAO/CIAO/CCF/Example/Makefile.alt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/CIAO/CCF/Example/Makefile.alt b/TAO/CIAO/CCF/Example/Makefile.alt index 3e5d048ce70..d94483795c7 100644 --- a/TAO/CIAO/CCF/Example/Makefile.alt +++ b/TAO/CIAO/CCF/Example/Makefile.alt @@ -8,10 +8,10 @@ include $(root)/Bootstrap.rules $(call include, $(root)/Config.rules) -$(call include, $(UTILITY_ROOT)/BuildRules/Recursion.pre.rules) +$(call include, $(UTILITY_BUILD_RULES)/Recursion.pre.rules) target_makefile_list := target_directory_list := CodeGenerationKit IDL2 CIDL default_makefile_name := Makefile.alt -$(call include, $(UTILITY_ROOT)/BuildRules/Recursion.post.rules) +$(call include, $(UTILITY_BUILD_RULES)/Recursion.post.rules) |