[cig-commits] r18637 - short/3D/PyLith/pylith_installer/trunk

brad at geodynamics.org brad at geodynamics.org
Wed Jun 15 15:14:28 PDT 2011


Author: brad
Date: 2011-06-15 15:14:28 -0700 (Wed, 15 Jun 2011)
New Revision: 18637

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
Log:
Fix for multiple values in CPPFLAGS, LDFLAGS.

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-06-15 20:22:09 UTC (rev 18636)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-06-15 22:14:28 UTC (rev 18637)
@@ -128,7 +128,7 @@
 # Environment settings.
 # ----------------------------------------------------------------------
 abs_builddir=`pwd`
-env_flags = CPPFLAGS=$(CPPFLAGS) LDFLAGS=$(LDFLAGS)
+env_flags = CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)"
 
 if WITH_FORTRAN
 env_compilers = CC=$(CC) CXX=$(CXX) FC=$(FC)



More information about the CIG-COMMITS mailing list