From 7a99e0526dacac5cdaf61f9d2957af55a228e8a5 Mon Sep 17 00:00:00 2001 From: David Schulz Date: Wed, 2 May 2012 15:24:56 +0200 Subject: Fixing wrong prefix-dir in gdb makefile for osx Change-Id: I0bbc9912c4dc88286252a2fd2b574fde81e8a4ad Reviewed-by: Fawzi Mohamed --- dist/gdb/Makefile.osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/gdb') diff --git a/dist/gdb/Makefile.osx b/dist/gdb/Makefile.osx index 9b0587fe9a7..a41fe89161b 100644 --- a/dist/gdb/Makefile.osx +++ b/dist/gdb/Makefile.osx @@ -52,7 +52,7 @@ ${staging}/lib/libexpat.a: ${source}/expat-${expatversion}.tar.gz | makestagingd cd ${staging} && \ echo "Extracting expat..." && \ tar xf ${source}/expat-${expatversion}.tar.gz && cd expat-${expatversion} && \ - ./configure --disable-shared -prefix=/ && ${MAKE} && ${MAKE} install + ./configure --disable-shared -prefix=${staging} && ${MAKE} && ${MAKE} install ${staging}/lib/libpython${pyversion}.a: ${source}/Python-${pyversion}.tgz | makestagingdir unset PYTHONHOME && \ -- cgit v1.2.3