From e3b31366702ca258f6d6ffde4be5684ce7083f2c Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 25 Jul 2008 12:24:09 +0000 Subject: - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV --- math/metis-edf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/metis-edf') diff --git a/math/metis-edf/Makefile b/math/metis-edf/Makefile index 2969cd196fa7..6f6ab93c451c 100644 --- a/math/metis-edf/Makefile +++ b/math/metis-edf/Makefile @@ -18,7 +18,7 @@ COMMENT= Meshes partionning tool used by Code_Aster CONFLICTS= metis-[0-9]* ALL_TARGET= default -MAKE_ENV+= CC="${CC}" AR="${AR}" F77="${F77}" FFLAGS="${FFLAGS}" +MAKE_ENV+= AR="${AR}" REINPLACE_ARGS= -i "" USE_FORTRAN= yes -- cgit