Makefile.in: Add install-html target.

2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>

	* Makefile.in: Add install-html target. Add install-html to .PHONY

From-SVN: r114030
This commit is contained in:
Carlos O'Donell 2006-05-24 01:22:17 +00:00 committed by Carlos O'Donell
parent a608580929
commit 2788992b31
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Add install-html target. Add install-html to .PHONY
2006-02-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
PR libobjc/26309

View File

@ -269,6 +269,10 @@ exception_gc.lo: exception.c
doc: info dvi html
# No install-html support
.PHONY: install-html
install-html:
libobjc$(libext).la: $(OBJS)
$(LIBTOOL_LINK) $(CC) -o $@ $(OBJS) \
-rpath $(toolexeclibdir) \