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, 0 insertions, 14 deletions
diff --git a/meta/packages/pseudo/pseudo/make_parallel.patch b/meta/packages/pseudo/pseudo/make_parallel.patch
deleted file mode 100644
index 697b576f7..000000000
--- a/meta/packages/pseudo/pseudo/make_parallel.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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