summaryrefslogtreecommitdiff
path: root/PACE/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/tests/Makefile')
-rw-r--r--PACE/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/PACE/tests/Makefile b/PACE/tests/Makefile
index e6af0d99462..65d3795d0ab 100644
--- a/PACE/tests/Makefile
+++ b/PACE/tests/Makefile
@@ -37,7 +37,7 @@ BIN = Stdio_Test \
#### If the PACE library wasn't built with all components, don't
#### try to build certain tests.
-PACE_BUILD_COMPONENTS := $(shell sh $(ACE_ROOT)/bin/pace_components --pace)
+PACE_BUILD_COMPONENTS := $(shell sh $(ACE_ROOT)/bin/ace_components --pace)
PSRC=$(addsuffix .c,$(BIN))