# $(exec_prefix) points to the wrong directory, when installing # a cross-build. @bindir@ and @libdir@ works better and doesn't # affect the native build. # Signed-Off: Michael 'Mickey' Lauer Index: Python-2.6.1/Makefile.pre.in =================================================================== --- Python-2.6.1.orig/Makefile.pre.in +++ Python-2.6.1/Makefile.pre.in @@ -86,8 +86,8 @@ exec_prefix= @exec_prefix@ datarootdir= @datarootdir@ # Expanded directories -BINDIR= $(exec_prefix)/bin -LIBDIR= $(exec_prefix)/lib +BINDIR= @bindir@ +LIBDIR= @libdir@ MANDIR= @mandir@ INCLUDEDIR= @includedir@ CONFINCLUDEDIR= $(exec_prefix)/include input type='hidden' name='id' value='c553b3934f45db8a6e77cfc7673787db3cc64f85'/> Mirror of openembedded-coreMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-06-09 15:41:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-10 12:35:45 +0100
commitc553b3934f45db8a6e77cfc7673787db3cc64f85 (patch)
treea4688e87edd4b7a39df37402437c2043c9906e67 /meta/recipes-devtools
parentf183c7cfe377fa6ed2777605c3590a9dda2060df (diff)
downloadopenembedded-core-c553b3934f45db8a6e77cfc7673787db3cc64f85.tar.gz
openembedded-core-c553b3934f45db8a6e77cfc7673787db3cc64f85.tar.bz2
openembedded-core-c553b3934f45db8a6e77cfc7673787db3cc64f85.zip
gcc: rebase the patch to avoid patch rejection
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools')