[cig-commits] r21268 - seismo/2D/SPECFEM2D/trunk

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Thu Jan 17 10:02:13 PST 2013


Author: dkomati1
Date: 2013-01-17 10:02:12 -0800 (Thu, 17 Jan 2013)
New Revision: 21268

Modified:
   seismo/2D/SPECFEM2D/trunk/Makefile.in
Log:
fixed the "make realclean" problem detected by Paul Cristini


Modified: seismo/2D/SPECFEM2D/trunk/Makefile.in
===================================================================
--- seismo/2D/SPECFEM2D/trunk/Makefile.in	2013-01-17 17:19:38 UTC (rev 21267)
+++ seismo/2D/SPECFEM2D/trunk/Makefile.in	2013-01-17 18:02:12 UTC (rev 21268)
@@ -108,7 +108,9 @@
 
 
 clean:
-	(rm -rf obj bin src/meshfem2D/*.mod src/specfem2D/*.mod ; cd src/meshfem2D/scotch/src ; make realclean)
+	(rm -rf obj bin src/meshfem2D/*.mod src/specfem2D/*.mod)
+	(cd src/meshfem2D/scotch/src ; make realclean)
+	(cd src/meshfem2D/scotch/src/libscotch ; make scotch.h scotchf.h)
 
 help:
 	@echo "usage: make [executable]"



More information about the CIG-COMMITS mailing list