Make install option work in fipdso (maybe!).

This commit is contained in:
Dr. Stephen Henson 2007-01-25 22:05:52 +00:00
parent a98be6cfc2
commit 7506ac8d25
2 changed files with 5 additions and 1 deletions

View file

@ -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 \

View file

@ -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