summaryrefslogtreecommitdiff
path: root/meta/packages/pseudo/pseudo/make_parallel.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/pseudo/pseudo/make_parallel.patch')
-rw-r--r--meta/packages/pseudo/pseudo/make_parallel.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/pseudo/pseudo/make_parallel.patch b/meta/packages/pseudo/pseudo/make_parallel.patch
new file mode 100644
index 0000000000..697b576f74
--- /dev/null
+++ b/meta/packages/pseudo/pseudo/make_parallel.patch
@@ -0,0 +1,14 @@
+Add a missing dependency to fix a problem with building pseudo in a
+parallel build.
+
+--- git.orig/Makefile.in 2010-07-20 16:15:30.000000000 -0700
++++ git/Makefile.in 2010-07-20 16:15:58.000000000 -0700
+@@ -105,7 +105,7 @@
+
+ .SECONDARY: wrappers
+
+-pseudo_wrapfuncs.c: wrappers
++pseudo_wrapfuncs.c pseudo_wrapfuncs.h: wrappers
+
+ # no-strict-aliasing is needed for the function pointer trickery.
+ pseudo_wrappers.o: $(GUTS) pseudo_wrappers.c pseudo_wrapfuncs.c pseudo_wrapfuncs.h