From aa89bcd279f4b2959877d011f4779a4e1e7f1312 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 20 Feb 2002 12:16:17 +0000 Subject: [PATCH] With Compaq make, it seems like # inside an action becomes part of the command, not a comment at all --- test/Makefile.ssl | 4 ++-- 1 file 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 -- GitLab