ports/math/scilab/files/patch-modules_Makefile.in
Tijl Coosemans 5d5367bc02 math/scilab: Fix parallel build with gmake 4.4
Remove prerequisites from .NOTPARALLEL to restore the behaviour from
previous versions of gmake.

PR:             272216
Reported by:    antoine
2024-03-06 11:18:35 +01:00

11 lines
363 B
Text

--- modules/Makefile.in.orig 2021-07-15 11:55:11 UTC
+++ modules/Makefile.in
@@ -1137,7 +1137,7 @@ uninstall-am: uninstall-pkglibLTLIBRARIES
.PRECIOUS: Makefile
-.NOTPARALLEL: libscilab-cli.la libscilab.la
+.NOTPARALLEL:
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.