From: Kamil Iskra Date: Sun, 13 Sep 1998 04:19:15 +0000 (+0200) Subject: Makefile.in (install): Add missing "else true;". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=50a029fdcc3bfd5e17e1435fa5eabec3caa788ab;p=gcc.git Makefile.in (install): Add missing "else true;". Thu Sep 10 14:57:25 1998 Kamil Iskra * Makefile.in (install): Add missing "else true;". From-SVN: r22401 --- diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 02b07fabd76..dec8b7dfe6f 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 10 14:57:25 1998 Kamil Iskra + + * Makefile.in (install): Add missing "else true;". + 1998-09-09 Craig Burley * configure.in: Test $srcdir, not $subdir (probable typo). diff --git a/libf2c/Makefile.in b/libf2c/Makefile.in index ae23d613191..ced3dd7389a 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