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

From-SVN: r122447
This commit is contained in:
Brooks Moses 2007-03-01 23:58:28 +00:00 committed by Brooks Moses
parent e6e3b4b35e
commit 385931236c
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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>
* objc/objc-list.h (list_free): Add keyword 'inline' to avoid

View File

@ -269,9 +269,10 @@ exception_gc.lo: exception.c
doc: info dvi pdf html
# No install-html support
.PHONY: install-html
# No install-html or install-pdf support
.PHONY: install-html install-pdf
install-html:
install-pdf:
libobjc$(libext).la: $(OBJS)
$(LIBTOOL_LINK) $(CC) -o $@ $(OBJS) \