diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-04-01 14:46:59 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-04-01 14:46:59 +0000 |
commit | 99f42b3c5ae3a7a007f2635d6c8cee8df631a353 (patch) | |
tree | cb2577c7f354b7deebd6a0682c1334fe7dde2da3 /gcc/objc/Makefile.in | |
parent | 67b867503ea7fefb1a2e155334d0cf41f1335187 (diff) | |
download | gcc-99f42b3c5ae3a7a007f2635d6c8cee8df631a353.tar.gz |
(SHELL): New definition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9288 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc/Makefile.in')
-rw-r--r-- | gcc/objc/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/objc/Makefile.in b/gcc/objc/Makefile.in index 9114da9b370..e9cd5dd4873 100644 --- a/gcc/objc/Makefile.in +++ b/gcc/objc/Makefile.in @@ -26,6 +26,8 @@ # GCC_CFLAGS="$(GCC_CFLAGS)" incinstalldir=$$thisdir1/include # Two targets are used by ../Makefile: `all' and `mostlyclean'. +SHELL=sh + .SUFFIXES: .m OPTIMIZE= -O |