Commit 50a029fd by Kamil Iskra Committed by Dave Love

Makefile.in (install): Add missing "else true;".

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
parent 8d1fb677
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> 1998-09-09 Craig Burley <burley@gnu.org>
* configure.in: Test $srcdir, not $subdir (probable typo). * configure.in: Test $srcdir, not $subdir (probable typo).
......
...@@ -155,7 +155,7 @@ install: all ...@@ -155,7 +155,7 @@ install: all
echo ' (To turn off this warning, delete the file'; \ echo ' (To turn off this warning, delete the file'; \
echo ' f2c-install-ok in the source or build directory.)'; \ echo ' f2c-install-ok in the source or build directory.)'; \
echo ''; \ echo ''; \
fi else true; fi
install-strip: install-strip:
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment