annotate src/gdb-1-fix-shell.patch @ 2218:c3a94678f81a

update packages curl gdb
author Mark Brand <mabrand@mabrand.nl>
date Tue, 24 Jan 2012 14:19:23 +0100
parents df54eb81f64a
children f653602a0500
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1000
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1 This file is part of mingw-cross-env.
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2 See doc/index.html for further information.
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4 This patch has been taken from:
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
5 http://sourceware.org/bugzilla/show_bug.cgi?id=9098
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
6
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
7 --- a/gdb/gdbserver/Makefile.in 2010-01-05 02:03:00.000000000 +1100
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
8 +++ b/gdb/gdbserver/Makefile.in 2010-05-21 23:49:45.960860228 +1000
2218
c3a94678f81a update packages curl gdb
Mark Brand <mabrand@mabrand.nl>
parents: 1000
diff changeset
9 @@ -41,7 +41,7 @@
1000
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
10 htmldir = $(prefix)/html
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
11 includedir = @includedir@
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
13 -SHELL = /bin/sh
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
14 +SHELL = @SHELL@
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
15 EXEEXT = @EXEEXT@
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
16
df54eb81f64a don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
17 INSTALL = @INSTALL@