From 9e5dccf23951d2f760620a253ee53c20da9ed0c5 Mon Sep 17 00:00:00 2001 From: capi Date: Tue, 22 Feb 2011 10:58:00 +0100 Subject: [PATCH] * oops in r_lang Makefile for OSX --- libr/lang/p/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libr/lang/p/Makefile b/libr/lang/p/Makefile index 000aa06a69..c8703270ad 100644 --- a/libr/lang/p/Makefile +++ b/libr/lang/p/Makefile @@ -30,11 +30,11 @@ lang_python.${EXT_SO}: else lang_python.${EXT_SO}: ${CC} ${CFLAGS} \ - `python-config --cflags 2>/dev/null | sed -e 's/-arch [^\s]* //g'` \ - `python2-config --cflags 2>/dev/null | sed -e 's/-arch [^\s]* //g'` \ + `python-config --cflags 2>/dev/null | sed -e 's/-arch [^\s]*//g'` \ + `python2-config --cflags 2>/dev/null | sed -e 's/-arch [^\s]*//g'` \ ${LDFLAGS} \ - `python-config --ldflags 2>/dev/null | sed -e 's/-arch [^\s]* //g'` \ - `python2-config --ldflags 2>/dev/null | sed -e 's/-arch [^\s]* //g'` \ + `python-config --ldflags 2>/dev/null | sed -e 's/-arch [^\s]*//g'` \ + `python2-config --ldflags 2>/dev/null | sed -e 's/-arch [^\s]*//g'` \ ${LDFLAGS_LIB} -fPIC -o lang_python.${EXT_SO} python.c endif