mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
audio/flite: 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
This commit is contained in:
parent
45fa35a7ba
commit
9f49d105b7
1 changed files with 9 additions and 0 deletions
|
@ -9,6 +9,15 @@
|
||||||
|
|
||||||
VOICES=$(VOXES)
|
VOICES=$(VOXES)
|
||||||
VOICELIBS=$(VOICES:%=flite_%)
|
VOICELIBS=$(VOICES:%=flite_%)
|
||||||
|
@@ -85,7 +85,7 @@ endif
|
||||||
|
shared_libs: nothing
|
||||||
|
endif
|
||||||
|
|
||||||
|
-.NOTPARALLEL: $(ALL)
|
||||||
|
+.NOTPARALLEL:
|
||||||
|
|
||||||
|
flite_lang_list:
|
||||||
|
rm -f flite_lang_list.c
|
||||||
@@ -133,15 +133,15 @@ install:
|
@@ -133,15 +133,15 @@ install:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Add table
Reference in a new issue