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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | libobjc/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
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) \ |