From d46359842ff9a00bad19373535c38cb3b6e4e511 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Fri, 9 Apr 2004 11:18:13 +0000 Subject: [PATCH] Don't make, $(MAKE). --- fips/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fips/Makefile b/fips/Makefile index 474136e25c..f4a8797087 100644 --- 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: -- 2.25.1