diff options
author | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-13 04:16:22 +0000 |
---|---|---|
committer | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-13 04:16:22 +0000 |
commit | 8fcb99c1208bb4bb64cdfd614688bc80940e4a5c (patch) | |
tree | 6d35e095395762341e8bcbe5f3b8150a4cc3472b /gcc/f/Make-lang.in | |
parent | c9132dc6a45ebc0211dd0dc3ea90f6ebb35b79c7 (diff) | |
download | gcc-8fcb99c1208bb4bb64cdfd614688bc80940e4a5c.tar.gz |
Thu Sep 10 14:55:44 1998 Kamil Iskra <iskra@student.uci.agh.edu.pl>
* Make-lang.in (f77.install-common): Add missing "else true;".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22400 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/Make-lang.in')
-rw-r--r-- | gcc/f/Make-lang.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/Make-lang.in b/gcc/f/Make-lang.in index 9ad88b20f74..a180760348a 100644 --- a/gcc/f/Make-lang.in +++ b/gcc/f/Make-lang.in @@ -353,7 +353,7 @@ f77.install-common: echo ' (To turn off this warning, delete the file'; \ echo ' f77-install-ok in the source or build directory.)'; \ echo ''; \ - fi + else true; fi # $(INSTALL_DATA) might be a relative pathname, so we can't cd into srcdir # to do the install. The sed rule was copied from stmp-int-hdrs. |