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:
b452e70
)
Don't make, $(MAKE).
author
Ben Laurie
<ben@openssl.org>
Fri, 9 Apr 2004 11:18:13 +0000
(11:18 +0000)
committer
Ben Laurie
<ben@openssl.org>
Fri, 9 Apr 2004 11:18:13 +0000
(11:18 +0000)
fips/Makefile
patch
|
blob
|
history
diff --git
a/fips/Makefile
b/fips/Makefile
index 474136e25c763d1f55b403d64dac8892ee1131c9..f4a87970872f7b9c8e614432bd9aefa873645827 100644
(file)
--- a/
fips/Makefile
+++ b/
fips/Makefile
@@
-114,7
+114,7
@@
fips_test: top top_fips_test_suite
cd testvectors && perl -p -i -e 's/COUNT=/COUNT = /' des[23]/req/*.req
@for i in dsa sha1 aes des ; \
do \
- (cd $$i && echo "making fips_test in fips/$$i..." &&
make
fips_test) \
+ (cd $$i && echo "making fips_test in fips/$$i..." &&
$(MAKE)
fips_test) \
done;
install: