]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (install): Add missing "else true;".
authorKamil Iskra <iskra@student.uci.agh.edu.pl>
Fri, 2 Oct 1998 00:29:06 +0000 (02:29 +0200)
committerJeff Law <law@gcc.gnu.org>
Fri, 2 Oct 1998 00:29:06 +0000 (18:29 -0600)

        * Makefile.in (install): Add missing "else true;".

From-SVN: r22732

libf2c/ChangeLog
libf2c/Makefile.in

index 0b3dcbde7ab0b539a485dc0dc82cfbb712aaf696..04e7b09cdaeadae2ffb3013da369f6d13ec69c99 100644 (file)
@@ -1,3 +1,7 @@
+Fri Oct  2 01:27:50 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
+
+       * Makefile.in (install): Add missing "else true;".
+
 1998-09-28  Dave Love  <d.love@dl.ac.uk>
 
        * libI77/open.c: Back out part of last Netlib update affecting
index ae23d613191fa03e8baa9759a7824b38665f6526..ced3dd7389a6c0bfcf448bbc461666eb91797edc 100644 (file)
@@ -155,7 +155,7 @@ install: all
          echo '         (To turn off this warning, delete the file'; \
          echo '         f2c-install-ok in the source or build directory.)'; \
          echo ''; \
-       fi
+       else true; fi
 
 install-strip:
        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install