OSDN Git Service

Thu Sep 10 14:57:25 1998 Kamil Iskra <iskra@student.uci.agh.edu.pl>
authorfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Sep 1998 04:19:15 +0000 (04:19 +0000)
committerfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Sep 1998 04:19:15 +0000 (04:19 +0000)
* Makefile.in (install): Add missing "else true;".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22401 138bc75d-0d04-0410-961f-82ee72b054a4

libf2c/ChangeLog
libf2c/Makefile.in

index 02b07fa..dec8b7d 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 ae23d61..ced3dd7 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