diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-02 20:02:19 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-02 20:02:19 +0000 |
commit | 1d57ebafec216ba390c1b15ea6e854bc5b075876 (patch) | |
tree | c6af4e88b1591e1a257a29d25dd00ac53d80fafa /tests | |
parent | 0684f2ac6ed91467e93a84a867fd77ffe5ec42c6 (diff) | |
download | ATCD-1d57ebafec216ba390c1b15ea6e854bc5b075876.tar.gz |
ChangeLogTag:Thu Nov 2 11:57:37 2000 Carlos O'Ryan <coryan@uci.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 d918f1fc869..f24bef83e5e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -137,7 +137,7 @@ ifneq ($(ACE_HAS_GNUG_PRE_2_8),1) endif endif -ifeq ($(rmcast),1) +ifneq ($(rmcast),0) DIRS += RMCast endif |