From a98be6cfc2ea059469d06d6ebe15bab99573289d Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 25 Jan 2007 21:38:04 +0000 Subject: Create libfips.a if needed. --- fips-1.0/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fips-1.0/Makefile b/fips-1.0/Makefile index da156514da..f6fd7410d3 100644 --- a/fips-1.0/Makefile +++ b/fips-1.0/Makefile @@ -132,8 +132,8 @@ links: done; lib: $(FIPSCANLOC) delexobj - $(AR) $(LIB) $(FIPSCANLOC) - $(RANLIB) $(LIB) || echo Never mind. + $(AR) ../$(FIPSCANLIB).a $(FIPSCANLOC) + $(RANLIB) ../$(FIPSCANLIB).a || echo Never mind. @touch lib shared: fips_premain_dso$(EXE_EXT) -- cgit v1.2.3