PR: 2727
Submitted by: Bruce Stephens <bruce.stephens@isode.com> Use same construct for EXHEADER in srp/Makefile as other makefiles to cope with possibly empty EXHEADER.
This commit is contained in:
parent
f1fa05b407
commit
6ca7dba0cf
@ -43,7 +43,8 @@ links:
|
|||||||
@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
|
@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@for i in $(EXHEADER) ; \
|
@[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
|
||||||
|
@headerlist="$(EXHEADER)"; for i in $$headerlist ; \
|
||||||
do \
|
do \
|
||||||
(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
|
(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
|
||||||
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
|
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user