Commit 38593123 by Brooks Moses Committed by Brooks Moses

* Makefile.in: Add dummy install-pdf target.

From-SVN: r122447
parent e6e3b4b3
2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
* Makefile.in: Add dummy install-pdf target.
2007-02-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org> 2007-02-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
* objc/objc-list.h (list_free): Add keyword 'inline' to avoid * objc/objc-list.h (list_free): Add keyword 'inline' to avoid
......
...@@ -269,9 +269,10 @@ exception_gc.lo: exception.c ...@@ -269,9 +269,10 @@ exception_gc.lo: exception.c
doc: info dvi pdf html doc: info dvi pdf html
# No install-html support # No install-html or install-pdf support
.PHONY: install-html .PHONY: install-html install-pdf
install-html: install-html:
install-pdf:
libobjc$(libext).la: $(OBJS) libobjc$(libext).la: $(OBJS)
$(LIBTOOL_LINK) $(CC) -o $@ $(OBJS) \ $(LIBTOOL_LINK) $(CC) -o $@ $(OBJS) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment