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 /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 'tests')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 3cb872f43e0..c8cc327f25b 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -87,7 +87,7 @@ BIN2 = Naming_Test \ #### If the ACE library wasn't built with all components, don't #### try to build certain tests. -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 |