mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-21 05:12:40 +08:00
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
@ -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…
Reference in New Issue
Block a user