[cig-commits] [commit] master: seems like some make versions do not like blanks for indentation (0489016)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Oct 17 05:28:56 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/axisem/compare/607f803cf074063627513d235f9ed0837fc1dd44...b6457db24acdde4a4e1c08935ae1b22adf87f5bf

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

commit 0489016c02a82b36bde079bd15bf03da8aa002d4
Author: martinvandriel <martin at vandriel.de>
Date:   Tue Oct 14 15:37:42 2014 +0200

    seems like some make versions do not like blanks for indentation


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

0489016c02a82b36bde079bd15bf03da8aa002d4
 SOLVER/Makefile.TEMPLATE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SOLVER/Makefile.TEMPLATE b/SOLVER/Makefile.TEMPLATE
index 123d519..af08349 100644
--- a/SOLVER/Makefile.TEMPLATE
+++ b/SOLVER/Makefile.TEMPLATE
@@ -67,7 +67,7 @@ $(PROG): $(OBJS)
    	    	$(error SERIAL and USE_PAR_NETCDF cannot be true at the same time)
         endif
     endif
-    $(FC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
+	$(FC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
 
 clean:
 	rm -f $(PROG) $(OBJS) *.M *.mod *.d *.il core 



More information about the CIG-COMMITS mailing list