[yoda-svn] r597 - trunk/pyext

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue May 7 14:58:17 BST 2013


Author: dgrell
Date: Tue May  7 14:58:17 2013
New Revision: 597

Log:
pyext Makefile quoting fixed

Modified:
   trunk/pyext/Makefile.am

Modified: trunk/pyext/Makefile.am
==============================================================================
--- trunk/pyext/Makefile.am	Tue Apr 23 15:08:29 2013	(r596)
+++ trunk/pyext/Makefile.am	Tue May  7 14:58:17 2013	(r597)
@@ -2,7 +2,7 @@
 EXTRA_DIST = template.py
 
 if ENABLE_PYEXT
-PYEXT_ENV = CC=$(CC) CXX=$(CXX)
+PYEXT_ENV = CC="$(CC)" CXX="$(CXX)"
 
 all-local:
 	$(PYEXT_ENV) $(PYTHON) setup.py install --install-lib=build/


More information about the yoda-svn mailing list