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