[cig-commits] r22209 - seismo/3D/SPECFEM3D_GLOBE/branches/undo_att

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Tue Jun 11 06:28:04 PDT 2013


Author: dkomati1
Date: 2013-06-11 06:28:04 -0700 (Tue, 11 Jun 2013)
New Revision: 22209

Modified:
   seismo/3D/SPECFEM3D_GLOBE/branches/undo_att/Makefile.in
Log:
added touch src/specfem3D/specfem3D.F90


Modified: seismo/3D/SPECFEM3D_GLOBE/branches/undo_att/Makefile.in
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/branches/undo_att/Makefile.in	2013-06-11 08:55:18 UTC (rev 22208)
+++ seismo/3D/SPECFEM3D_GLOBE/branches/undo_att/Makefile.in	2013-06-11 13:28:04 UTC (rev 22209)
@@ -88,11 +88,14 @@
 
 all: default
 
-default: $(DEFAULT)
+default: change_date_of_calling_code $(DEFAULT)
 
 backup:
 	cp -rp src setup DATA/Par_file* Makefile go_mesher* go_solver* mymachines bak
 
+change_date_of_calling_code:
+	touch src/specfem3D/specfem3D.F90
+
 ifdef CLEAN
 clean:
 	-rm -f $(foreach dir, $(CLEAN), $($(dir)_OBJECTS) $($(dir)_MODULES) $($(dir)_SHARED_OBJECTS) $($(dir)_TARGETS))



More information about the CIG-COMMITS mailing list