diff options
author | carlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-24 01:22:17 +0000 |
---|---|---|
committer | carlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-24 01:22:17 +0000 |
commit | ba0c10ab14743df8470c85eb3351bf3f107f3a86 (patch) | |
tree | 8ac843b3bc4274c4bebfb7d31c4ac6257d33fec5 /libobjc | |
parent | efe41bae2bccc12e6e7da9b7663e86c1ad9ca251 (diff) | |
download | gcc-ba0c10ab14743df8470c85eb3351bf3f107f3a86.tar.gz |
2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Add install-html target. Add install-html to .PHONY
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114030 138bc75d-0d04-0410-961f-82ee72b054a4
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) \ |