diff options
author | Richard Levitte <levitte@openssl.org> | 2002-02-20 12:16:17 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-02-20 12:16:17 +0000 |
commit | aa89bcd279f4b2959877d011f4779a4e1e7f1312 (patch) | |
tree | ead557f3ea24d556fbb915441b57b47b38475711 /test | |
parent | f19759a1823afafe2a3d3c72e8a4bacb40232b70 (diff) | |
download | openssl-new-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.ssl | 4 |
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 |