With Compaq make, it seems like # inside an action becomes part of the command, not a comment at all
This commit is contained in:
parent
02e666d59f
commit
3adb8c3854
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue