mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 01:23:12 -04:00
Remove prerequisites from .NOTPARALLEL to restore the behaviour from previous versions of gmake. PR: 272216 Reported by: antoine
11 lines
363 B
Text
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.
|