From 9c72c6c01317e0adb3eb671b50f024ad0e19c5b0 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 20 Dec 2004 05:09:40 +0000 Subject: updated make system updated build system svn path=/trunk/; revision=2419 --- externals/grill/py/build/makefile-lnx-gcc.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/grill/py/build/makefile-lnx-gcc.inc') diff --git a/externals/grill/py/build/makefile-lnx-gcc.inc b/externals/grill/py/build/makefile-lnx-gcc.inc index f49715fd..f12ec62e 100644 --- a/externals/grill/py/build/makefile-lnx-gcc.inc +++ b/externals/grill/py/build/makefile-lnx-gcc.inc @@ -1,2 +1,2 @@ -INCPATH += -I$(PYTHONPREFIX)/include/python$(PYTHONVERSION) -LIBS += -lpython$(PYTHONVERSION) +INCPATH += -I$(PYTHONPREFIX)/include/python$(PYTHONVERSION) +LIBS += -lpython$(PYTHONVERSION) -- cgit v1.2.1