From: Guido Kanschat Date: Mon, 25 Apr 2005 19:00:51 +0000 (+0000) Subject: put CFLAGS in better order X-Git-Tag: v8.0.0~13982 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91829eefc45fa579c5d957c04717808a58a5c49e;p=dealii.git put CFLAGS in better order git-svn-id: https://svn.dealii.org/trunk@10573 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index e7a8101da3..9aaf4b61b1 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -169,6 +169,9 @@ CXXFLAGS.o = @DEFS@ @CXXFLAGSO@ $(INCLUDE) F77FLAGS.g = @DEFS@ @F77FLAGSG@ $(INCLUDE) F77FLAGS.o = @DEFS@ @F77FLAGSO@ $(INCLUDE) +# compile flags for C compiler +CFLAGS = @CFLAGS@ + ifeq ($(enable-shared),yes) CXXFLAGS.g += @CXXFLAGSPIC@ CXXFLAGS.o += @CXXFLAGSPIC@ @@ -189,5 +192,3 @@ ifeq ($(USE_CONTRIB_PETSC),yes) endif -# compile flags for C compiler -CFLAGS = @CFLAGS@