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

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Thu Jan 17 17:32:50 PST 2013


Author: dkomati1
Date: 2013-01-17 17:32:50 -0800 (Thu, 17 Jan 2013)
New Revision: 21270

Modified:
   seismo/2D/SPECFEM2D/trunk/Makefile.in
Log:
fixed one last problem with "make realclean"


Modified: seismo/2D/SPECFEM2D/trunk/Makefile.in
===================================================================
--- seismo/2D/SPECFEM2D/trunk/Makefile.in	2013-01-17 18:04:36 UTC (rev 21269)
+++ seismo/2D/SPECFEM2D/trunk/Makefile.in	2013-01-18 01:32:50 UTC (rev 21270)
@@ -110,7 +110,7 @@
 clean:
 	(rm -rf obj bin src/meshfem2D/*.mod src/specfem2D/*.mod)
 	(pushd src/meshfem2D/scotch/src ; make realclean ; popd)
-	(pushd src/meshfem2D/scotch/src/libscotch ; make scotch.h scotchf.h ; popd)
+	(pushd src/meshfem2D/scotch/src/libscotch ; make scotch.h scotchf.h ; cp -f scotch.h scotchf.h ../../include ; popd)
 
 help:
 	@echo "usage: make [executable]"



More information about the CIG-COMMITS mailing list