From f043b51f6b0d171ae59488e83c9db7f24cf03c3b Mon Sep 17 00:00:00 2001 From: Kamil Iskra Date: Fri, 2 Oct 1998 02:29:06 +0200 Subject: [PATCH] Makefile.in (install): Add missing "else true;". MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * Makefile.in (install): Add missing "else true;". From-SVN: r22732 --- libf2c/ChangeLog | 4 ++++ libf2c/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 0b3dcbde7ab0..04e7b09cdaea 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 2 01:27:50 1998 Kamil Iskra + + * Makefile.in (install): Add missing "else true;". + 1998-09-28 Dave Love * libI77/open.c: Back out part of last Netlib update affecting diff --git a/libf2c/Makefile.in b/libf2c/Makefile.in index ae23d613191f..ced3dd7389a6 100644 --- a/libf2c/Makefile.in +++ b/libf2c/Makefile.in @@ -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 -- 2.47.2