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 /examples | |
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 'examples')
-rw-r--r-- | examples/Naming/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Naming/Makefile b/examples/Naming/Makefile index 40368b89466..34b49b362ec 100644 --- a/examples/Naming/Makefile +++ b/examples/Naming/Makefile @@ -18,7 +18,7 @@ BIN2 = test_non_existent \ #### 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 |