From 3adb8c385404448629465cdf02fe1431b8e0e160 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 20 Feb 2002 11:43:40 +0000 Subject: [PATCH 1/1] With Compaq make, it seems like # inside an action becomes part of the command, not a comment at all --- crypto/aes/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/aes/Makefile.ssl b/crypto/aes/Makefile.ssl index a20686dadd..c189ce0824 100644 --- a/crypto/aes/Makefile.ssl +++ b/crypto/aes/Makefile.ssl @@ -54,7 +54,7 @@ files: links: @$(TOP)/util/point.sh Makefile.ssl Makefile @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) - @#$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) + @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) install: installs -- 2.34.1