Commit a98be6cf authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Create libfips.a if needed.

parent 613f1c7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)