aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-02-20 12:16:17 +0000
committerRichard Levitte <levitte@openssl.org>2002-02-20 12:16:17 +0000
commitaa89bcd279f4b2959877d011f4779a4e1e7f1312 (patch)
treeead557f3ea24d556fbb915441b57b47b38475711 /test
parentf19759a1823afafe2a3d3c72e8a4bacb40232b70 (diff)
downloadopenssl-aa89bcd279f4b2959877d011f4779a4e1e7f1312.tar.gz
With Compaq make, it seems like # inside an action becomes part of the command, not a comment at all
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.ssl b/test/Makefile.ssl
index 31d6090ac4..6a48b0b736 100644
--- a/test/Makefile.ssl
+++ b/test/Makefile.ssl
@@ -265,8 +265,8 @@ test_ca:
fi
test_rd: #$(RDTEST)
- @echo "test Rijndael"
- #./$(RDTEST)
+# @echo "test Rijndael"
+# ./$(RDTEST)
lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff