]> git.pld-linux.org Git - packages/gcc.git/blame - gcc-DESTDIR.patch
- ksi pre48
[packages/gcc.git] / gcc-DESTDIR.patch
CommitLineData
05469cb8
AM
1diff -urN gcc-3.0.org/gcc/Makefile.in gcc-3.0/gcc/Makefile.in
2--- gcc-3.0.org/gcc/Makefile.in Tue Jun 26 09:22:05 2001
3+++ gcc-3.0/gcc/Makefile.in Tue Jun 26 13:58:42 2001
4@@ -323,7 +323,7 @@
5 # Used in install-cross.
6 gcc_tooldir = @gcc_tooldir@
7 # Used to install the shared libgcc.
8-slibdir = @slibdir@
9+slibdir = $(DESTDIR)@slibdir@
d5d17dbf 10 # Since gcc_tooldir does not exist at build-time, use -B$(build_tooldir)/bin/
05469cb8
AM
11 build_tooldir = $(exec_prefix)/$(target_alias)
12 # Directory in which the compiler finds target-independent g++ includes.
This page took 0.035944 seconds and 4 git commands to generate.