diff options
Diffstat (limited to 'meta/packages/valgrind/files/makefile_fix.patch')
| -rw-r--r-- | meta/packages/valgrind/files/makefile_fix.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/packages/valgrind/files/makefile_fix.patch b/meta/packages/valgrind/files/makefile_fix.patch deleted file mode 100644 index 1a7bb4895a..0000000000 --- a/meta/packages/valgrind/files/makefile_fix.patch +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | VEX/Makefile | 4 ++-- | ||
| 2 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
| 3 | |||
| 4 | Index: 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 | |||
