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:
parent
a608580929
commit
2788992b31
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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) \
|
||||
|
|
Loading…
Add table
Reference in a new issue