]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Make-lang.in (f77.install-common): Add missing "else true;".
authorKamil Iskra <iskra@student.uci.agh.edu.pl>
Fri, 2 Oct 1998 00:28:34 +0000 (02:28 +0200)
committerJeff Law <law@gcc.gnu.org>
Fri, 2 Oct 1998 00:28:34 +0000 (18:28 -0600)
From-SVN: r22731

gcc/f/ChangeLog
gcc/f/Make-lang.in

index 924903c2da192477032892b90fc67251190c4e82..35b88abedfd1ce3d60403f979e11e3a8e732a852 100644 (file)
@@ -1,3 +1,7 @@
+Fri Oct  2 01:27:06 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
+
+       * Make-lang.in (f77.install-common): Add missing "else true;".
+
 Sat Sep  5 23:55:15 1998  Jeffrey A Law  (law@cygnus.com)
 
        * news.texi: Tweaks from Craig.
index 4afec3e452dd5f85d7849608f7bb40d955bdf5f8..0f3e1a1959211a965378c138966d1402f313d2a7 100644 (file)
@@ -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.