Makefile.in (install): Add missing "else true;".
authorKamil Iskra <iskra@student.uci.agh.edu.pl>
Sun, 13 Sep 1998 04:19:15 +0000 (06:19 +0200)
committerDave Love <fx@gcc.gnu.org>
Sun, 13 Sep 1998 04:19:15 +0000 (04:19 +0000)
Thu Sep 10 14:57:25 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
* Makefile.in (install): Add missing "else true;".

From-SVN: r22401

libf2c/ChangeLog
libf2c/Makefile.in

index 02b07fabd76fee610a16873e52e8971a3aece5a0..dec8b7dfe6f7adaf84d22c00af4362e8cb719c1b 100644 (file)
@@ -1,3 +1,7 @@
+Thu Sep 10 14:57:25 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
+
+       * Makefile.in (install): Add missing "else true;".
+
 1998-09-09  Craig Burley  <burley@gnu.org>
 
        * configure.in: Test $srcdir, not $subdir (probable typo).
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