From 2788992b31ba333e9b629b486427ac5a632d5fe3 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Wed, 24 May 2006 01:22:17 +0000 Subject: [PATCH] Makefile.in: Add install-html target. 2006-05-23 Carlos O'Donell * Makefile.in: Add install-html target. Add install-html to .PHONY From-SVN: r114030 --- 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) \