]> git.pld-linux.org Git - packages/gdb.git/blob - gdb-passflags.patch
updated source url to https
[packages/gdb.git] / gdb-passflags.patch
1 diff -ur gdb-5.1.1/sim/Makefile.in gdb-5.1.1-/sim/Makefile.in
2 --- gdb-5.1.1/sim/Makefile.in   Fri Apr 16 01:34:55 1999
3 +++ gdb-5.1.1-/sim/Makefile.in  Tue Apr  9 11:03:47 2002
4 @@ -81,6 +81,17 @@
5         "bindir=$(bindir)" \
6         "mandir=$(mandir)" \
7         "libdir=$(libdir)" \
8 +       "datadir=$(datadir)" \
9 +       "includedir=$(includedir)" \
10 +       "infodir=$(infodir)" \
11 +       "libexecdir=$(libexecdir)" \
12 +       "lispdir=$(lispdir)" \
13 +       "localstatedir=$(localstatedir)" \
14 +       "oldincludedir=$(oldincludedir)" \
15 +       "sbindir=$(sbindir)" \
16 +       "sharedstatedir=$(sharedstatedir)" \
17 +       "sysconfdir=$(sysconfdir)" \
18 +       "tooldir=$(tooldir)" \
19         "against=$(against)" \
20         "AR=$(AR)" \
21         "AR_FLAGS=$(AR_FLAGS)" \
22 --- gdb-5.2/gdb/Makefile.in.orig        Thu May 23 19:37:49 2002
23 +++ gdb-5.2/gdb/Makefile.in     Thu May 23 20:00:03 2002
24 @@ -410,6 +410,8 @@
25  
26  FLAGS_TO_PASS = \
27         "prefix=$(prefix)" \
28 +       "bindir=$(bindir)" \
29 +       "mandir=$(mandir)" \
30         "infodir=$(infodir)" \
31         "exec_prefix=$(exec_prefix)" \
32         "infodir=$(infodir)" \
This page took 0.03023 seconds and 3 git commands to generate.