fix typo in previous commit
This commit is contained in:
parent
5a6b7d287c
commit
5f4a8f1004
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13152
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ $(RSAREFLIB) : desc.$(O) digit.$(O) md2c.$(O) md5c.$(O) nn.$(O) prime.$(O)\
|
|||
$(SORSAREFLIB) : desc.$(SO) digit.$(SO) md2c.$(SO) md5c.$(SO) nn.$(SO) prime.$(SO)\
|
||||
rsa.$(SO) r_encode.$(SO) r_dh.$(SO) r_enhanc.$(SO) r_keygen.$(SO) r_random.$(SO)\
|
||||
r_stdlib.$(SO)
|
||||
.if defined(PORTOBJFORMAT) && PORTOBJFORMAT == elf
|
||||
.if defined(PORTOBJFORMAT) && ${PORTOBJFORMAT} == elf
|
||||
${CC} -o $@ -shared -Wl,-soname,$@ $>
|
||||
.else
|
||||
ld -Bshareable -x -o $@ $>
|
||||
|
|
Loading…
Reference in a new issue