about summary refs log tree commit diff
path: root/patches/libming-parallel-make.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/libming-parallel-make.patch')
-rw-r--r--patches/libming-parallel-make.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/patches/libming-parallel-make.patch b/patches/libming-parallel-make.patch
new file mode 100644
index 0000000..0658a3e
--- /dev/null
+++ b/patches/libming-parallel-make.patch
@@ -0,0 +1,17 @@
+diff -up libming-ming-0_4_7/src/actioncompiler/Makefile.am.pmake libming-ming-0_4_7/src/actioncompiler/Makefile.am
+--- libming-ming-0_4_7/src/actioncompiler/Makefile.am.pmake	2015-05-15 11:43:14.000000000 +0200
++++ libming-ming-0_4_7/src/actioncompiler/Makefile.am	2016-07-18 22:57:44.537713157 +0200
+@@ -56,11 +56,11 @@ lex.swf5.c: $(srcdir)/swf5compiler.flex
+ swf4compiler.tab.c: $(srcdir)/swf4compiler.y
+ 	$(YACC) -p swf4 -b swf4compiler $(srcdir)/swf4compiler.y
+ 
+-swf4compiler.tab.h: $(srcdir)/swf4compiler.y
++swf4compiler.tab.h: $(srcdir)/swf4compiler.y | swf4compiler.tab.c
+ 	$(YACC) --defines $(DEBUG) -p swf4 -b swf4compiler $(srcdir)/swf4compiler.y
+ 
+ swf5compiler.tab.c: $(srcdir)/swf5compiler.y
+ 	$(YACC) -p swf5 -b swf5compiler $(srcdir)/swf5compiler.y
+ 
+-swf5compiler.tab.h: $(srcdir)/swf5compiler.y
++swf5compiler.tab.h: $(srcdir)/swf5compiler.y | swf5compiler.tab.c
+ 	$(YACC) --defines $(DEBUG) -p swf5 -b swf5compiler $(srcdir)/swf5compiler.y