diff options
Diffstat (limited to 'math/gretl')
-rw-r--r-- | math/gretl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 52cfc501ca8a..5b429ad5ff8e 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -27,8 +27,7 @@ ALL_TARGET= # empty CONFIGURE_ARGS = --enable-static --enable-shared --with-gmake --without-gnome CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ - LAPACK_LIBS="${LAPACK} ${BLAS}" \ +CONFIGURE_ENV= LAPACK_LIBS="${LAPACK} ${BLAS}" \ LDFLAGS="${LDFLAGS}" MAN1= gretl.1 |