diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-04 20:45:22 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-04 20:45:22 +0000 |
commit | 724fbac1c3d0bb0b2ac0a255e9478b4312b055b9 (patch) | |
tree | ab0c380fa6e61520e7db7afcf067f22bf7693449 /performance-tests | |
parent | db4d0d1b740a85b77d7b98c1047320292430e2e2 (diff) | |
download | ATCD-724fbac1c3d0bb0b2ac0a255e9478b4312b055b9.tar.gz |
ChangeLogTag: Sun Jul 04 15:41:34 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'performance-tests')
-rw-r--r-- | performance-tests/Misc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/performance-tests/Misc/Makefile b/performance-tests/Misc/Makefile index 016073228b6..f8fb35c632e 100644 --- a/performance-tests/Misc/Makefile +++ b/performance-tests/Misc/Makefile @@ -32,7 +32,7 @@ BIN2 = test_naming #### If the ACE library wasn't built with sufficient components, don't #### try to build here. -ACE_BUILD_COMPONENTS := $(shell $(ACE_ROOT)/bin/ace_components --ace) +ACE_BUILD_COMPONENTS := $(shell sh $(ACE_ROOT)/bin/ace_components --ace) ifeq (Other,$(findstring Other,$(ACE_BUILD_COMPONENTS))) BIN += $(BIN2) endif # ! Other |