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

brad at geodynamics.org brad at geodynamics.org
Mon Jun 11 10:42:57 PDT 2012


Author: brad
Date: 2012-06-11 10:42:56 -0700 (Mon, 11 Jun 2012)
New Revision: 20344

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
Log:
Small fix.

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-06-11 17:40:11 UTC (rev 20343)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-06-11 17:42:56 UTC (rev 20344)
@@ -165,10 +165,10 @@
 # setup
 # ----------------------------------------------------------------------
 mkdest:
-$(MKDIR_P) $(prefix)/include $(prefix)/lib $(prefix)/bin
+	$(MKDIR_P) $(prefix)/include $(prefix)/lib $(prefix)/bin
 
 finished_mkdest:
-$(MAKE) $(AM_MAKEFLAGS) mkdest && touch $@
+	$(MAKE) $(AM_MAKEFLAGS) mkdest && touch $@
 
 # ----------------------------------------------------------------------
 # compilers



More information about the CIG-COMMITS mailing list