ports/security/xmlsec/patches/patch-Makefile_in

13 lines
305 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: Makefile.in
--- Makefile.in.orig
+++ Makefile.in
2023-09-08 05:21:37 +00:00
@@ -1206,7 +1206,7 @@ check: check-all check-info
2023-08-16 22:26:55 +00:00
2023-09-08 05:21:37 +00:00
check-all: $(TEST_APP)
2023-08-16 22:26:55 +00:00
for crypto in $(CHECK_CRYPTO_LIST) ; do \
- make check-crypto-$$crypto || exit 1 ; \
+ $(MAKE) check-crypto-$$crypto || exit 1 ; \
done
2023-09-08 05:21:37 +00:00
check-crypto-%: $(TEST_APP)