opnsense-ports/finance/quantlib/files/patch-gmakeism
Franco Fichtner 2bcb0ab02d */*: sync with upstream
Taken from: HardenedBSD
2018-07-22 13:33:02 +02:00

14 lines
341 B
Text

Allow check-exapmles to work with our make, upstream's syntax is
gmake-only...
--- Examples/Makefile.in 2018-05-23 14:35:06
+++ Examples/Makefile.in 2018-07-10 23:06:07
@@ -657,6 +657,6 @@
-%.check:
- $(MAKE) -C $* check-examples
+${SUBDIR_CHECKS}:
+ $(MAKE) -C ${@:.check=} check-examples
.PHONY: examples check-examples $(SUBDIRS)