summaryrefslogtreecommitdiffstats
path: root/meta/packages/valgrind/files/makefile_fix.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-29 13:36:11 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-29 13:36:11 +0000
commit255a9274241c54b59612f4095dbb10ad18c94aec (patch)
treefd986add6247e4b75f0a7e119aaa2dc6e2169428 /meta/packages/valgrind/files/makefile_fix.patch
parent72db1befbae3e8cc5572ad11f429464bbdea91f6 (diff)
downloadpoky-255a9274241c54b59612f4095dbb10ad18c94aec.tar.gz
Add valgrind
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@978 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/valgrind/files/makefile_fix.patch')
-rw-r--r--meta/packages/valgrind/files/makefile_fix.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/packages/valgrind/files/makefile_fix.patch b/meta/packages/valgrind/files/makefile_fix.patch
new file mode 100644
index 0000000000..1a7bb4895a
--- /dev/null
+++ b/meta/packages/valgrind/files/makefile_fix.patch
@@ -0,0 +1,20 @@
1 VEX/Makefile | 4 ++--
2 1 file changed, 2 insertions(+), 2 deletions(-)
3
4Index: valgrind-3.2.1/VEX/Makefile
5===================================================================
6--- valgrind-3.2.1.orig/VEX/Makefile 2006-08-28 14:39:42.000000000 +0100
7+++ valgrind-3.2.1/VEX/Makefile 2006-11-29 13:52:36.000000000 +0000
8@@ -64,10 +64,10 @@ PUB_INCLUDES = -Ipub
9 PRIV_INCLUDES = -Ipriv
10
11
12-ifndef $(CC)
13+ifndef CC
14 CC = gcc
15 endif
16-ifndef $(AR)
17+ifndef AR
18 AR = ar
19 endif
20