From: Dr. Stephen Henson Date: Thu, 25 Jan 2007 21:38:04 +0000 (+0000) Subject: Create libfips.a if needed. X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a98be6cfc2ea059469d06d6ebe15bab99573289d;p=oweals%2Fopenssl.git Create libfips.a if needed. --- 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)