aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixinc
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2002-06-25 01:58:10 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2002-06-25 01:58:10 +0000
commitb41e09a79f0a1f2de0dbd31963f1edd54287f99c (patch)
tree73bb13fda914147452ba1204c708e14cfacd46a0 /gcc/fixinc
parenteef709c7f9bfa01f343c413a331b92108d95abdb (diff)
downloadgcc-b41e09a79f0a1f2de0dbd31963f1edd54287f99c.zip
gcc-b41e09a79f0a1f2de0dbd31963f1edd54287f99c.tar.gz
gcc-b41e09a79f0a1f2de0dbd31963f1edd54287f99c.tar.bz2
Makefile.in (SHELL): Set to @SHELL@.
gcc: * Makefile.in (SHELL): Set to @SHELL@. * fixinc/Makefile.in (SHELL): Likewise. gcc/ada: * Makefile.in (SHELL): Set to @SHELL@. From-SVN: r54976
Diffstat (limited to 'gcc/fixinc')
-rw-r--r--gcc/fixinc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixinc/Makefile.in b/gcc/fixinc/Makefile.in
index e26cbf5..ca29592 100644
--- a/gcc/fixinc/Makefile.in
+++ b/gcc/fixinc/Makefile.in
@@ -22,7 +22,7 @@
# The makefile built from this file lives in the fixinc subdirectory.
# Its purpose is to build the any-platforms fixinc.sh script.
-SHELL=/bin/sh
+SHELL=@SHELL@
# Some versions of `touch' (such as the version on Solaris 2.8)
# do not correctly set the timestamp due to buggy versions of `utime'