Commit 4d426f4e by Kaveh R. Ghazi Committed by Kaveh Ghazi

Makefile.in (SHELL): Set to @SHELL@.

	* libF77/Makefile.in (SHELL): Set to @SHELL@.
	* libI77/Makefile.in (SHELL): Likewise.
	* libU77/Makefile.in (SHELL): Likewise.

From-SVN: r53666
parent 1441374b
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
......
......@@ -41,7 +41,7 @@ ARFLAGS = rc
RANLIB = @RANLIB@
@SET_MAKE@
SHELL = /bin/sh
SHELL = @SHELL@
#### End of system configuration section. ####
......
......@@ -38,7 +38,7 @@ CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@
@SET_MAKE@
SHELL = /bin/sh
SHELL = @SHELL@
#### End of system configuration section. ####
......
......@@ -37,7 +37,7 @@ CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@
@SET_MAKE@
SHELL = /bin/sh
SHELL = @SHELL@
#### End of system configuration section. ####
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment