summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/strace/strace/Makefile-ptest.patch')
-rw-r--r--meta/recipes-devtools/strace/strace/Makefile-ptest.patch6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
index 08fa5c53b8..2437d1fb6d 100644
--- a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
+++ b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
@@ -13,11 +13,9 @@ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
13 tests/Makefile.am | 19 +++++++++++++++++++ 13 tests/Makefile.am | 19 +++++++++++++++++++
14 1 file changed, 19 insertions(+) 14 1 file changed, 19 insertions(+)
15 15
16diff --git a/tests/Makefile.am b/tests/Makefile.am
17index 825c989..4623c48 100644
18--- a/tests/Makefile.am 16--- a/tests/Makefile.am
19+++ b/tests/Makefile.am 17+++ b/tests/Makefile.am
20@@ -14,6 +14,7 @@ SIZEOF_LONG = @SIZEOF_LONG@ 18@@ -15,6 +15,7 @@ SIZEOF_LONG = @SIZEOF_LONG@
21 MPERS_NAME = 19 MPERS_NAME =
22 MPERS_CC_FLAGS = 20 MPERS_CC_FLAGS =
23 ARCH_MFLAGS = 21 ARCH_MFLAGS =
@@ -25,7 +23,7 @@ index 825c989..4623c48 100644
25 AM_CFLAGS = $(WARN_CFLAGS) 23 AM_CFLAGS = $(WARN_CFLAGS)
26 AM_CPPFLAGS = $(ARCH_MFLAGS) \ 24 AM_CPPFLAGS = $(ARCH_MFLAGS) \
27 -I$(builddir) \ 25 -I$(builddir) \
28@@ -477,3 +478,21 @@ BUILT_SOURCES = ksysent.h 26@@ -531,3 +532,21 @@ BUILT_SOURCES = ksysent.h
29 CLEANFILES = ksysent.h 27 CLEANFILES = ksysent.h
30 28
31 include ../scno.am 29 include ../scno.am