--- MITgcm/tools/genmake2 2005/08/19 17:59:34 1.127 +++ MITgcm/tools/genmake2 2005/09/05 13:39:28 1.128 @@ -1,6 +1,6 @@ #! /usr/bin/env bash # -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/genmake2,v 1.127 2005/08/19 17:59:34 heimbach Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/genmake2,v 1.128 2005/09/05 13:39:28 edhill Exp $ # # Makefile generator for MITgcm UV codes # created by cnh 03/98 @@ -675,7 +675,7 @@ external cloc call cloc(wtime) print *," HELLO WORLD", wtime - end program hello + end EOF $FC $FFLAGS -o genmake_tc genmake_tc_2.$FS genmake_tc_1.o >> genmake_warnings 2>&1 RET_F=$? @@ -717,7 +717,7 @@ integer nbyte call tfsize(nbyte) print *," HELLO WORLD", nbyte - end program hello + end EOF $FC $FFLAGS -o genmake_tc genmake_tc_2.$FS genmake_tc_1.o >> genmake_tc.log 2>&1 RET_F=$?