Remove prerequisites from .NOTPARALLEL to restore the behaviour from previous versions of gmake. PR: 272216 Reported by: antoine
12 lines
363 B
Plaintext
12 lines
363 B
Plaintext
--- 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.
|