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
This commit is contained in:
parent
8d1fb67716
commit
50a029fdcc
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
* configure.in: Test $srcdir, not $subdir (probable typo).
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user