[cig-commits] [commit] devel: fixed a typo (196d1ee)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Dec 4 14:29:12 PST 2014


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem1d/compare/9ef3122c3d79b1be0ae3e3bebea775768ff33b12...b1ad6acf50058f7c7e32f0f2f488cf0429505308

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

commit 196d1eef263c4119225bb12013bfc2b02e9f535e
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Thu Dec 4 23:28:21 2014 +0100

    fixed a typo


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

196d1eef263c4119225bb12013bfc2b02e9f535e
 Fortran_version/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Fortran_version/Makefile b/Fortran_version/Makefile
index 4122518..bfd7590 100644
--- a/Fortran_version/Makefile
+++ b/Fortran_version/Makefile
@@ -77,7 +77,7 @@ $(OBJ_DIR)/source_time_function.o: $(OBJ_DIR)/modules.o $(SRC_DIR)/source_time_f
 $(OBJ_DIR)/specfem1d.o: $(OBJ_DIR)/modules.o $(SRC_DIR)/specfem1d.f90
 	$(F90) $(MOD_OPTION)$(OBJ_DIR) -I$(OBJ_DIR) -c $(SRC_DIR)/specfem1d.f90 -o $(OBJ_DIR)/specfem1d.o $(FLAGS)		
 
-# .PHONY is useful for example a file named "clean" exists in the current directory -> "make clean" would not work
+# .PHONY is useful for example if a file called "clean" exists in the current directory -> "make clean" would not work
 .PHONY: dirobj bin
 
 # Create the directory $(OBJ_DIR) if needed :



More information about the CIG-COMMITS mailing list