Commit 3adb8c38 authored by Richard Levitte's avatar Richard Levitte
Browse files

With Compaq make, it seems like # inside an action becomes part of the...

With Compaq make, it seems like # inside an action becomes part of the command, not a comment at all
parent 02e666d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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