diff options
author | joeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-28 21:34:29 +0000 |
---|---|---|
committer | joeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-28 21:34:29 +0000 |
commit | 31082777d0259a782043d53e820084ae0f44e224 (patch) | |
tree | 1dd8d0848deba293e769104cee4b37700956b426 /PACE/tests | |
parent | 0c04a090304c4260d6c7a68e4ea4cbeb1606d314 (diff) | |
download | ATCD-31082777d0259a782043d53e820084ae0f44e224.tar.gz |
Fri Jul 28 15:54:38 2000 Joe Hoffert <joeh@cs.wustl.edu>
Diffstat (limited to 'PACE/tests')
-rw-r--r-- | PACE/tests/Makefile | 2 |
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)) |