summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Naming/Dump_Restore
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-04 20:45:22 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-04 20:45:22 +0000
commit724fbac1c3d0bb0b2ac0a255e9478b4312b055b9 (patch)
treeab0c380fa6e61520e7db7afcf067f22bf7693449 /netsvcs/clients/Naming/Dump_Restore
parentdb4d0d1b740a85b77d7b98c1047320292430e2e2 (diff)
downloadATCD-724fbac1c3d0bb0b2ac0a255e9478b4312b055b9.tar.gz
ChangeLogTag: Sun Jul 04 15:41:34 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'netsvcs/clients/Naming/Dump_Restore')
-rw-r--r--netsvcs/clients/Naming/Dump_Restore/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/netsvcs/clients/Naming/Dump_Restore/Makefile b/netsvcs/clients/Naming/Dump_Restore/Makefile
index 8f301ff30da..d2f7cf959f9 100644
--- a/netsvcs/clients/Naming/Dump_Restore/Makefile
+++ b/netsvcs/clients/Naming/Dump_Restore/Makefile
@@ -29,7 +29,7 @@ SHLIB2 = libDump_Restore.$(SOEXT)
#### 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)
LIB = $(LIB2)