Skip to content

Commit

Permalink
Switches SHELL to SH in templates for consistance across models
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-robinson committed May 26, 2021
1 parent c624f00 commit 35f2a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exec/templates/gnu.mk
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ LDFLAGS += $(LIBS)
# The macro TMPFILES is provided to slate files like the above for removal.

RM = rm -f
SHELL = /bin/sh
SH = /bin/sh
TMPFILES = .*.m *.B *.L *.i *.i90 *.l *.s *.mod *.opt

.SUFFIXES: .F .F90 .H .L .T .f .f90 .h .i .i90 .l .o .s .opt .x
Expand Down
2 changes: 1 addition & 1 deletion exec/templates/intel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ LDFLAGS += $(LIBS)
# The macro TMPFILES is provided to slate files like the above for removal.

RM = rm -f
SHELL = /bin/csh -f
SH = /bin/csh -f
TMPFILES = .*.m *.B *.L *.i *.i90 *.l *.s *.mod *.opt

.SUFFIXES: .F .F90 .H .L .T .f .f90 .h .i .i90 .l .o .s .opt .x
Expand Down

0 comments on commit 35f2a96

Please sign in to comment.