]> git.pld-linux.org Git - packages/gdb.git/blame - gdb-passflags.patch
- converted to UTF-8
[packages/gdb.git] / gdb-passflags.patch
CommitLineData
f062484a
MM
1diff -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,20 @@
5 FLAGS_TO_PASS = \
6 "prefix=$(prefix)" \
7 "exec_prefix=$(exec_prefix)" \
8+ "bindir=$(bindir)" \
9+ "datadir=$(datadir)" \
10+ "includedir=$(includedir)" \
11+ "infodir=$(infodir)" \
12+ "libdir=$(libdir)" \
13+ "libexecdir=$(libexecdir)" \
14+ "lispdir=$(lispdir)" \
15+ "localstatedir=$(localstatedir)" \
16+ "mandir=$(mandir)" \
17+ "oldincludedir=$(oldincludedir)" \
18+ "sbindir=$(sbindir)" \
19+ "sharedstatedir=$(sharedstatedir)" \
20+ "sysconfdir=$(sysconfdir)" \
21+ "tooldir=$(tooldir)" \
22 "against=$(against)" \
23 "AR=$(AR)" \
24 "AR_FLAGS=$(AR_FLAGS)" \
This page took 0.09507 seconds and 4 git commands to generate.