From: Richard Levitte Date: Wed, 20 Feb 2002 11:43:40 +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~156 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=3adb8c385404448629465cdf02fe1431b8e0e160 With Compaq make, it seems like # inside an action becomes part of the command, not a comment at all --- 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