From f0d51def4eace4e9ac0b5ed1b04cdd6d67382277 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Sat, 2 Dec 2006 17:51:46 +0000 Subject: [PATCH] test/Makefile.am - ADDFLAGS removed: content of ADDFLAGS is now in FFLAGS --- test/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 037b345..2f897ac 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -12,8 +12,7 @@ MPICC = @MPICC@ # COMPILER FLAG SETTING CFLAGS = @CFLAGS@ -ADDFLAGS = @ADDFLAGS@ -FFLAGS = @FFLAGS@ @MPIINC@ $(ADDFLAGS) +FFLAGS = @FFLAGS@ @MPIINC@ # LIBRARIES SZLIB = @SZLIB@