diff options
author | Carlos O'Donell <carlos@codesourcery.com> | 2006-05-24 01:22:17 +0000 |
---|---|---|
committer | Carlos O'Donell <carlos@gcc.gnu.org> | 2006-05-24 01:22:17 +0000 |
commit | 2788992b31ba333e9b629b486427ac5a632d5fe3 (patch) | |
tree | 8ac843b3bc4274c4bebfb7d31c4ac6257d33fec5 /libobjc | |
parent | a608580929d49e6eacae3019b11d3c37474b1734 (diff) | |
download | gcc-2788992b31ba333e9b629b486427ac5a632d5fe3.tar.gz |
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
Diffstat (limited to 'libobjc')
-rw-r--r-- | libobjc/ChangeLog | 4 | ||||
-rw-r--r-- | libobjc/Makefile.in | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 50413c8328e..982b6e54f16 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -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 diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index 8831f573370..340dd9f5219 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -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) \ |