aboutsummaryrefslogtreecommitdiff
path: root/libf2c/Makefile.in
diff options
context:
space:
mode:
authorToon Moene <toon@moene.indiv.nluug.nl>2002-05-20 15:51:34 +0200
committerToon Moene <toon@gcc.gnu.org>2002-05-20 13:51:34 +0000
commitffd56a64d763871d51adec3c27036ce89aa3e22a (patch)
tree01c23f88bbbf8bde94f2313813425902b5be157e /libf2c/Makefile.in
parent02116b3dec35222590050cb58a376872efeb66fb (diff)
downloadgcc-ffd56a64d763871d51adec3c27036ce89aa3e22a.zip
gcc-ffd56a64d763871d51adec3c27036ce89aa3e22a.tar.gz
gcc-ffd56a64d763871d51adec3c27036ce89aa3e22a.tar.bz2
Makefile.in: Use @SHELL@, not /bin/sh for SHELL definition.
2002-05-20 Toon Moene <toon@moene.indiv.nluug.nl> * Makefile.in: Use @SHELL@, not /bin/sh for SHELL definition. From-SVN: r53659
Diffstat (limited to 'libf2c/Makefile.in')
-rw-r--r--libf2c/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libf2c/Makefile.in b/libf2c/Makefile.in
index 35f77d1..82dd5db 100644
--- a/libf2c/Makefile.in
+++ b/libf2c/Makefile.in
@@ -19,7 +19,7 @@
#the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#02111-1307, USA.
-SHELL = /bin/sh
+SHELL = @SHELL@
PWD = $${PWDCMD-pwd}
MAKEOVERRIDES=
.NOEXPORTS: