projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
613f1c7
)
Create libfips.a if needed.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 25 Jan 2007 21:38:04 +0000
(21:38 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 25 Jan 2007 21:38:04 +0000
(21:38 +0000)
fips-1.0/Makefile
patch
|
blob
|
history
diff --git
a/fips-1.0/Makefile
b/fips-1.0/Makefile
index da156514da978537689fd675c8fdb4409812f1ac..f6fd7410d3a98701edd691ba14c2c7eda31d3596 100644
(file)
--- 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)