Re: [PATCH] create DEVEL_PREFIX/MULTILIB_DIR dir rather than DEVEL_PREFIX/lib

2010-10-25 Thread Khem Raj
On (16/10/10 17:16), Natanael Copa wrote: Could someone please commit/push this patch to git master? Currently 'make install DESTDIR=$someplace' does not work with gnu make 3.82 I have staged it in my tree will be there soon. Thanks! On Tue, Aug 24, 2010 at 8:19 AM, Natanael Copa

Re: [PATCH] create DEVEL_PREFIX/MULTILIB_DIR dir rather than DEVEL_PREFIX/lib

2010-10-16 Thread Natanael Copa
Could someone please commit/push this patch to git master? Currently 'make install DESTDIR=$someplace' does not work with gnu make 3.82 Thanks! On Tue, Aug 24, 2010 at 8:19 AM, Natanael Copa natanael.c...@gmail.com wrote: This fixes issue with GNU Make 3.82 when running:  make install

[PATCH] create DEVEL_PREFIX/MULTILIB_DIR dir rather than DEVEL_PREFIX/lib

2010-08-24 Thread Natanael Copa
This fixes issue with GNU Make 3.82 when running: make install DESTDIR=$someplace Signed-off-by: Natanael Copa natanael.c...@gmail.com --- Makefile.in |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 1c0e305..bffe998 100644 ---