]> git.pld-linux.org Git - packages/gcc.git/blob - gcc-DESTDIR.patch
- ksi pre48
[packages/gcc.git] / gcc-DESTDIR.patch
1 diff -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@
10  # Since gcc_tooldir does not exist at build-time, use -B$(build_tooldir)/bin/
11  build_tooldir = $(exec_prefix)/$(target_alias)
12  # Directory in which the compiler finds target-independent g++ includes.
This page took 0.023965 seconds and 3 git commands to generate.