]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (SHELL): Set to @SHELL@.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 25 Jun 2002 01:58:10 +0000 (01:58 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 25 Jun 2002 01:58:10 +0000 (01:58 +0000)
gcc:
* Makefile.in (SHELL): Set to @SHELL@.
* fixinc/Makefile.in (SHELL): Likewise.

gcc/ada:
* Makefile.in (SHELL): Set to @SHELL@.

From-SVN: r54976

gcc/ChangeLog
gcc/Makefile.in
gcc/ada/ChangeLog
gcc/ada/Makefile.in
gcc/fixinc/Makefile.in

index 11ca9c5e8f9f4f200fc216e76e8600e5d9433e9e..d21dd2592b458f17d1506d2dc8136fec61cc2a2a 100644 (file)
@@ -1,5 +1,8 @@
 2002-06-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
+       * Makefile.in (SHELL): Set to @SHELL@.
+       * fixinc/Makefile.in (SHELL): Likewise.
+
        * mips.md (fixuns_truncdfsi2, fixuns_truncdfdi2,
        fixuns_truncsfsi2, fixuns_truncsfdi2): Avoid automatic aggregate
        initialization.
index a2307b8d615fba025de1ac3a7701864b4dc5df26..96f7c63cd0a6a90b314edb0ffa60dc444b8c3cae 100644 (file)
@@ -112,7 +112,7 @@ AR = ar
 AR_FLAGS = rc
 DLLTOOL = dlltool
 RANLIB = @RANLIB@
-SHELL = /bin/sh
+SHELL = @SHELL@
 # pwd command to use.  Allow user to override default by setting PWDCMD in
 # the environment to account for automounters.  The make variable must not
 # be called PWDCMD, otherwise the value set here is passed to make
index 7ecd0257f5330befc0191248863cc7d573a4abb5..1143a0ad8796c9dd58b8a2b7f570460e10183ea9 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * Makefile.in (SHELL): Set to @SHELL@.
+
 2002-06-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit
index c7bc9459a0d2efb1d002a149b1c2d9aba3318710..a7cc267786039d0807535e16e509c1e852fef2e2 100644 (file)
@@ -114,7 +114,7 @@ AR_FLAGS = rc
 RANLIB = ranlib
 # Test to use to see whether ranlib exists on the system.
 RANLIB_TEST = [ -f /usr/bin/ranlib -o -f /bin/ranlib ]
-SHELL = /bin/sh
+SHELL = @SHELL@
 PWD = $${PWDCMD-pwd}
 # How to copy preserving the date
 INSTALL_DATA_DATE = cp -p
index e26cbf5f166bcaf7ebed34187f4185f4122a27d6..ca2959238c78a58cdb1d47967120bac288bc9eaf 100644 (file)
@@ -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'