diff options
author | gokhale <asgokhale@users.noreply.github.com> | 1997-12-22 00:36:29 +0000 |
---|---|---|
committer | gokhale <asgokhale@users.noreply.github.com> | 1997-12-22 00:36:29 +0000 |
commit | 3e3fd8449824b83f17ffd47218dd766d994c10d8 (patch) | |
tree | 3e383ad732d9fb989d51a594d12fc4f5c882870a /TAO/Benchmark | |
parent | 3f4051a80d2f6b30338e120878db74a10db8dd05 (diff) | |
download | ATCD-3e3fd8449824b83f17ffd47218dd766d994c10d8.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/Benchmark')
-rw-r--r-- | TAO/Benchmark/benchmark/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/Benchmark/benchmark/Makefile b/TAO/Benchmark/benchmark/Makefile index afb9deff599..9f5327741bf 100644 --- a/TAO/Benchmark/benchmark/Makefile +++ b/TAO/Benchmark/benchmark/Makefile @@ -26,20 +26,20 @@ VLDLIBS = $(LDLIBS:%=%$(VAR)) BUILD = $(VSHLIB) $(VLIB) ifndef TAO_ROOT -TAO_ROOT = $(WRAPPER_ROOT)/TAO +TAO_ROOT = $(ACE_ROOT)/TAO endif #---------------------------------------------------------------------------- # Include macros and targets #---------------------------------------------------------------------------- -include $(WRAPPER_ROOT)/include/makeinclude/wrapper_macros.GNU -include $(WRAPPER_ROOT)/include/makeinclude/macros.GNU -include $(WRAPPER_ROOT)/include/makeinclude/rules.common.GNU -include $(WRAPPER_ROOT)/include/makeinclude/rules.nonested.GNU -include $(WRAPPER_ROOT)/include/makeinclude/rules.lib.GNU -#include $(WRAPPER_ROOT)/include/makeinclude/rules.bin.GNU -include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU +include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU +include $(ACE_ROOT)/include/makeinclude/macros.GNU +include $(ACE_ROOT)/include/makeinclude/rules.common.GNU +include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU +include $(ACE_ROOT)/include/makeinclude/rules.lib.GNU +#include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU +include $(ACE_ROOT)/include/makeinclude/rules.local.GNU #---------------------------------------------------------------------------- # Local modifications to variables imported by includes above. |