summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-01-25 21:38:04 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-01-25 21:38:04 +0000
commita98be6cfc2ea059469d06d6ebe15bab99573289d (patch)
tree1c7c30fe1138754a62aca1052453315ebec74a62
parent613f1c7e91c6e80813e182732d301b2c8b977691 (diff)
Create libfips.a if needed.
-rw-r--r--fips-1.0/Makefile4
1 files 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)