OSDN Git Service

* libF77/Makefile.in (SHELL): Set to @SHELL@.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 May 2002 17:05:51 +0000 (17:05 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 May 2002 17:05:51 +0000 (17:05 +0000)
* libI77/Makefile.in (SHELL): Likewise.
* libU77/Makefile.in (SHELL): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53666 138bc75d-0d04-0410-961f-82ee72b054a4

libf2c/ChangeLog
libf2c/libF77/Makefile.in
libf2c/libI77/Makefile.in
libf2c/libU77/Makefile.in

index fb1b7fe..cd77e69 100644 (file)
@@ -1,3 +1,9 @@
+Mon May 20 13:03:54 2002  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * libF77/Makefile.in (SHELL): Set to @SHELL@.
+       * libI77/Makefile.in (SHELL): Likewise.
+       * libU77/Makefile.in (SHELL): Likewise.
+
 2002-05-20  Toon Moene  <toon@moene.indiv.nluug.nl>
 
        * Makefile.in: Use @SHELL@, not /bin/sh for SHELL
index 4f6730d..898fa0e 100644 (file)
@@ -41,7 +41,7 @@ ARFLAGS = rc
 RANLIB = @RANLIB@
 @SET_MAKE@
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 #### End of system configuration section. ####
 
index ff0d8e1..0f907bf 100644 (file)
@@ -38,7 +38,7 @@ CFLAGS = @CFLAGS@
 CPPFLAGS = @CPPFLAGS@
 @SET_MAKE@
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 #### End of system configuration section. ####
 
index 1994511..71a35d4 100644 (file)
@@ -37,7 +37,7 @@ CFLAGS = @CFLAGS@
 CPPFLAGS = @CPPFLAGS@
 @SET_MAKE@
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 #### End of system configuration section. ####