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:
ff81ee9
)
Fix Makefile to fipscanisterbuild works again.
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 26 Dec 2007 18:58:10 +0000
(18:58 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 26 Dec 2007 18:58:10 +0000
(18:58 +0000)
fips/Makefile
patch
|
blob
|
history
diff --git
a/fips/Makefile
b/fips/Makefile
index 8976e82ec3c36a576c2c058135532a6583955cdf..265cd705752ea7aaefb832703481db961a256dbc 100644
(file)
--- a/
fips/Makefile
+++ b/
fips/Makefile
@@
-139,7
+139,7
@@
links:
# lib: and $(LIB): are splitted to avoid end-less loop
lib: $(LIB)
- [ "$(FIPSCANISTERINTERNAL)" = "n" ] && $(AR) ../$(FIPSCANLIB).a $(FIPSCANLOC)
+ if [ "$(FIPSCANISTERINTERNAL)" = "n" ]; then $(AR) ../$(FIPSCANLIB).a $(FIPSCANLOC); fi
@touch lib
$(LIB): $(FIPSLIBDIR)fipscanister.o