From: Richard Levitte Date: Wed, 20 Feb 2002 12:16:17 +0000 (+0000) Subject: With Compaq make, it seems like # inside an action becomes part of the command, not... X-Git-Tag: OpenSSL_0_9_6d~20^2~152 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=aa89bcd279f4b2959877d011f4779a4e1e7f1312 With Compaq make, it seems like # inside an action becomes part of the command, not a comment at all --- 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