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

brad at geodynamics.org brad at geodynamics.org
Fri Jun 1 11:39:20 PDT 2012


Author: brad
Date: 2012-06-01 11:39:19 -0700 (Fri, 01 Jun 2012)
New Revision: 20276

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
Log:
Fixed typo.

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-06-01 18:34:27 UTC (rev 20275)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-06-01 18:39:19 UTC (rev 20276)
@@ -189,7 +189,7 @@
 		ln -sf mpfr-$(MPFR_VER)/ mpfr
 	$(MKDIR_P) gcc-build
 	cd gcc-build && \
-		../gcc-4.5.2/configure --prefix=$(prefix) \
+		../gcc-$(GCC_VER)/configure --prefix=$(prefix) \
 			--disable-multilib \
 			--enable-languages=$(gcc_languages) \
 			$(env_flags) && \



More information about the CIG-COMMITS mailing list