[cig-commits] [commit] devel: fixed a typo in UTILS/sample_code_to_compute_SEM_derivatives_on_a_mesh/Makefile (cecf848)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Jan 12 17:45:10 PST 2015


Repository : https://github.com/geodynamics/specfem2d

On branch  : devel
Link       : https://github.com/geodynamics/specfem2d/compare/39fc098f2d9231e91f34c2e3516241b2c5651e98...cecf84847f71e81e38383b814cde16b62168f421

>---------------------------------------------------------------

commit cecf84847f71e81e38383b814cde16b62168f421
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Tue Jan 13 02:35:21 2015 +0100

    fixed a typo in UTILS/sample_code_to_compute_SEM_derivatives_on_a_mesh/Makefile


>---------------------------------------------------------------

cecf84847f71e81e38383b814cde16b62168f421
 UTILS/sample_code_to_compute_SEM_derivatives_on_a_mesh/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/UTILS/sample_code_to_compute_SEM_derivatives_on_a_mesh/Makefile b/UTILS/sample_code_to_compute_SEM_derivatives_on_a_mesh/Makefile
index cc3b72e..4509e45 100644
--- a/UTILS/sample_code_to_compute_SEM_derivatives_on_a_mesh/Makefile
+++ b/UTILS/sample_code_to_compute_SEM_derivatives_on_a_mesh/Makefile
@@ -35,7 +35,7 @@ make_the_code : $(DIRS) $(OBJS)
 make_the_code2 : $(DIRS) $(OBJS2)
 	$(LINK) $(OBJS2) -o $(EXEC2)
 
-all : $(OBJS) $(OBJS2) make_the_code make_the_code cleanmods
+all : $(OBJS) $(OBJS2) make_the_code make_the_code2 cleanmods
 
 clean :
 	/bin/rm -f $(EXEC) $(EXEC).trace $(EXEC2) $(EXEC2).trace $O/*.o *.o *.mod core *__genmod.*;



More information about the CIG-COMMITS mailing list