You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-accessibility/flite/files/flite-1.4-fix-parallel-buil...

26 lines
599 B

From dec7aff03916dce6ba4c244314c60cc7b9359585 Mon Sep 17 00:00:00 2001
From: William Hubbs <w.d.hubbs@gmail.com>
Date: Fri, 1 Jan 2010 12:59:59 -0600
Subject: [PATCH] fix parallel builds
---
main/Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/main/Makefile b/main/Makefile
index 0513e59..e4d04fe 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -81,6 +81,8 @@ else
shared_libs: nothing
endif
+.NOTPARALLEL: $(ALL)
+
$(BINDIR)/flite$(EXEEXT): flite_main.o $(flite_LIBS_deps)
$(TOP)/tools/make_voice_list $(VOICES)
rm -f flite_voice_list.o
--
1.6.4.4