mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 09:11:50 -04:00
Remove prerequisites from .NOTPARALLEL to restore the behaviour from previous versions of gmake. PR: 272216 Reported by: antoine
11 lines
305 B
Text
11 lines
305 B
Text
--- Makefile.in.orig 2021-07-15 11:54:56 UTC
|
|
+++ Makefile.in
|
|
@@ -2517,7 +2517,7 @@ install-data-local:
|
|
|
|
.PHONY: macros localization doc strip-debug
|
|
|
|
-.NOTPARALLEL: macros doc
|
|
+.NOTPARALLEL:
|
|
|
|
# Construct the LD_LIBRARY_PATH from the variable detected previously
|
|
# Run the unitary test of call_scilab
|