mirror of https://github.com/openssl/openssl.git
OCSP and KRB5 Makefil.ssl should be consistent with all the others
This commit is contained in:
parent
f70cf11819
commit
bd45950f4a
|
|
@ -45,13 +45,13 @@ lib: $(LIBOBJ)
|
|||
@touch lib
|
||||
|
||||
files:
|
||||
perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
|
||||
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
|
||||
|
||||
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 ../../apps $(APPS)
|
||||
@$(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 ../../apps $(APPS)
|
||||
|
||||
install:
|
||||
@for i in $(EXHEADER) ; \
|
||||
|
|
|
|||
|
|
@ -47,13 +47,13 @@ lib: $(LIBOBJ)
|
|||
@touch lib
|
||||
|
||||
files:
|
||||
perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
|
||||
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
|
||||
|
||||
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 ../../apps $(APPS)
|
||||
@$(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 ../../apps $(APPS)
|
||||
|
||||
install:
|
||||
@for i in $(EXHEADER) ; \
|
||||
|
|
|
|||
Loading…
Reference in New Issue