diff options
author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:58:28 +0000 |
---|---|---|
committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:58:28 +0000 |
commit | cbb90fc84daca68cfc156c6fe0277ef918d9aad5 (patch) | |
tree | 64d22c0ef16fac570779786331dfb6256bebd1ca /libobjc | |
parent | bfc8634961e0cdcb581c636cefb71b833005c611 (diff) | |
download | gcc-cbb90fc84daca68cfc156c6fe0277ef918d9aad5.tar.gz |
* Makefile.in: Add dummy install-pdf target.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122447 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc')
-rw-r--r-- | libobjc/ChangeLog | 4 | ||||
-rw-r--r-- | libobjc/Makefile.in | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 880112276bd..e05cac4456f 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -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 diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index 203629f4f10..eae8e84907b 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -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) \ |