fixed wrong string concatenation

This commit is contained in:
Martin Diehl 2013-03-30 19:43:06 +00:00
parent 0890d49a30
commit 2f76365ac8
1 changed files with 2 additions and 4 deletions

View File

@ -146,8 +146,7 @@ COMPILE_OPTIONS_ifort +=-fpp\
-ftz\ -ftz\
-assume byterecl -assume byterecl
ifneq "$(FASTBUILD)" "YES" ifneq "$(FASTBUILD)" "YES"
COMPILE_OPTIONS_ifort +=$(COMPILE_OPTIONS_ifort)\ COMPILE_OPTIONS_ifort +=-diag-enable sc3\
-diag-enable sc3\
-diag-disable 5268\ -diag-disable 5268\
-warn declarations\ -warn declarations\
-warn general\ -warn general\
@ -212,8 +211,7 @@ DEBUG_OPTIONS_ifort :=-g\
# stack: # stack:
COMPILE_OPTIONS_gfortran :=-xf95-cpp-input COMPILE_OPTIONS_gfortran :=-xf95-cpp-input
ifneq "$(FASTBUILD)" "YES" ifneq "$(FASTBUILD)" "YES"
COMPILE_OPTIONS_gfortran +=$(COMPILE_OPTIONS_gfortran)\ COMPILE_OPTIONS_gfortran +=-ffree-line-length-132\
-ffree-line-length-132\
-fimplicit-none\ -fimplicit-none\
-fmodule-private\ -fmodule-private\
-Wall\ -Wall\