From 7506ac8d2537ecabde5367417c5f6741b01cb904 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 25 Jan 2007 22:05:52 +0000 Subject: [PATCH] Make install option work in fipdso (maybe!). --- Makefile.org | 2 +- fips-1.0/Makefile | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.org b/Makefile.org index 114ea5b3fb..53e39b2db6 100644 --- a/Makefile.org +++ b/Makefile.org @@ -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 \ diff --git a/fips-1.0/Makefile b/fips-1.0/Makefile index f6fd7410d3..041536d7e8 100644 --- a/fips-1.0/Makefile +++ b/fips-1.0/Makefile @@ -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 -- 2.25.1