Make install option work in fipdso (maybe!).
This commit is contained in:
parent
a98be6cfc2
commit
7506ac8d25
2 changed files with 5 additions and 1 deletions
|
@ -198,7 +198,7 @@ BASEADDR=
|
|||
SHLIB_MARK=
|
||||
|
||||
DIRS= crypto fips-1.0 ssl $(SHLIB_MARK) apps test tools
|
||||
SHLIBDIRS= crypto ssl
|
||||
SHLIBDIRS= crypto ssl fips
|
||||
|
||||
# dirs in crypto to build
|
||||
SDIRS= objects \
|
||||
|
|
|
@ -133,6 +133,10 @@ links:
|
|||
|
||||
lib: $(FIPSCANLOC) delexobj
|
||||
$(AR) ../$(FIPSCANLIB).a $(FIPSCANLOC)
|
||||
if [ "$(FIPSCANLIB)" == "libfips" ]; then \
|
||||
$(AR) $(LIB) $(FIPSCANLOC) ; \
|
||||
$(RANLIB) $(LIB) || echo Never Mind. ; \
|
||||
fi
|
||||
$(RANLIB) ../$(FIPSCANLIB).a || echo Never mind.
|
||||
@touch lib
|
||||
|
||||
|
|
Loading…
Reference in a new issue