From ba0c10ab14743df8470c85eb3351bf3f107f3a86 Mon Sep 17 00:00:00 2001 From: carlos Date: Wed, 24 May 2006 01:22:17 +0000 Subject: [PATCH] 2006-05-23 Carlos O'Donell * 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 --- libobjc/ChangeLog | 4 ++++ libobjc/Makefile.in | 4 ++++ 2 files changed, 8 insertions(+) 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 + + * Makefile.in: Add install-html target. Add install-html to .PHONY + 2006-02-21 Rainer Orth 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) \ -- 2.11.0