diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-05 16:54:10 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-05 16:54:10 -0400 |
commit | 3ce88d8f5cb23e02dd61ad88f8d1c92b4538c916 (patch) | |
tree | bd4ffd55a58b6600a1b9acb79b39fd2363df21fc /gcc/objc | |
parent | bc4a9f172b1c5842b39254ded265449c2e377cd1 (diff) | |
download | gcc-3ce88d8f5cb23e02dd61ad88f8d1c92b4538c916.zip gcc-3ce88d8f5cb23e02dd61ad88f8d1c92b4538c916.tar.gz gcc-3ce88d8f5cb23e02dd61ad88f8d1c92b4538c916.tar.bz2 |
(SHELL): Now /bin/sh.
From-SVN: r9582
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/Makefile.in b/gcc/objc/Makefile.in index 104481c..79dfcc9 100644 --- a/gcc/objc/Makefile.in +++ b/gcc/objc/Makefile.in @@ -26,7 +26,7 @@ # GCC_CFLAGS="$(GCC_CFLAGS)" incinstalldir=$$thisdir1/include # Two targets are used by ../Makefile: `all' and `mostlyclean'. -SHELL=sh +SHELL=/bin/sh .SUFFIXES: .m |