diff options
author | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-13 04:19:15 +0000 |
---|---|---|
committer | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-13 04:19:15 +0000 |
commit | b80b89f6994934c07a7045819b4ca99c7a4edce1 (patch) | |
tree | bb47558bc46a7ee59c87c6057cc18bec8b6102d1 /libf2c/Makefile.in | |
parent | 8fcb99c1208bb4bb64cdfd614688bc80940e4a5c (diff) | |
download | gcc-b80b89f6994934c07a7045819b4ca99c7a4edce1.tar.gz |
Thu Sep 10 14:57:25 1998 Kamil Iskra <iskra@student.uci.agh.edu.pl>
* Makefile.in (install): Add missing "else true;".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22401 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/Makefile.in')
-rw-r--r-- | libf2c/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |