* Makefile.in: Add `info install-info clean-info check dvi' targets.

From-SVN: r17771
This commit is contained in:
Manfred Hollstein 1998-02-07 23:30:55 +00:00 committed by Jeff Law
parent 060fbabfb9
commit 12346e710c
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sun Feb 8 00:32:17 1998 Manfred Hollstein <manfred@s-direktnet.de>
* Makefile.in: Add `info install-info clean-info check dvi' targets.
Mon Feb 2 11:08:49 1998 Richard Henderson <rth@cygnus.com>
* configure.in: Update F2C_INTEGER and F2C_LONGINT tests

View File

@ -192,6 +192,8 @@ ${srcdir}/libU77/configure: ${srcdir}/libU77/configure.in
f2c.h: $(srcdir)/f2c.h.in
info install-info clean-info check dvi:
install:
$(INSTALL_DATA) $(lib) $(libdir)/$(lib).n
( cd $(libdir) ; $(RANLIB) $(lib).n )