From: Kamil Iskra Date: Fri, 2 Oct 1998 00:29:06 +0000 (+0200) Subject: Makefile.in (install): Add missing "else true;". X-Git-Tag: prereleases/egcs-1.1.1-pre~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f043b51f6b0d171ae59488e83c9db7f24cf03c3b;p=thirdparty%2Fgcc.git Makefile.in (install): Add missing "else true;". � * Makefile.in (install): Add missing "else true;". From-SVN: r22732 --- 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