Makefile.in: Add install-html target.
authorCarlos O'Donell <carlos@codesourcery.com>
Wed, 24 May 2006 01:22:17 +0000 (01:22 +0000)
committerCarlos O'Donell <carlos@gcc.gnu.org>
Wed, 24 May 2006 01:22:17 +0000 (01:22 +0000)
2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>

* Makefile.in: Add install-html target. Add install-html to .PHONY

From-SVN: r114030

libobjc/ChangeLog
libobjc/Makefile.in

index 50413c8328e1c2563b18739a11ca15f13ee43bcf..982b6e54f160ddf2eeb8c205d53b3c6cb8bb181d 100644 (file)
@@ -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
index 8831f5733709750dbca591aa610d8d94f264e456..340dd9f521985ba763e9f93aa974e56613c8bc0c 100644 (file)
@@ -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) \