aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--libf2c/ChangeLog5
-rw-r--r--libf2c/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog
index c5e41ba..fb1b7fe 100644
--- a/libf2c/ChangeLog
+++ b/libf2c/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-20 Toon Moene <toon@moene.indiv.nluug.nl>
+
+ * Makefile.in: Use @SHELL@, not /bin/sh for SHELL
+ definition.
+
2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* Makefile.in: Allow for PWDCMD to override hardcoded pwd.
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: