diff options
author | Brooks Moses <brooks.moses@codesourcery.com> | 2007-03-01 23:58:28 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2007-03-01 15:58:28 -0800 |
commit | 385931236cf4236bbc54008223c30c82a70d89e4 (patch) | |
tree | 64d22c0ef16fac570779786331dfb6256bebd1ca /libobjc | |
parent | e6e3b4b35ea651213bd61daf2714a095bdfaf48f (diff) | |
download | gcc-385931236cf4236bbc54008223c30c82a70d89e4.zip gcc-385931236cf4236bbc54008223c30c82a70d89e4.tar.gz gcc-385931236cf4236bbc54008223c30c82a70d89e4.tar.bz2 |
* Makefile.in: Add dummy install-pdf target.
From-SVN: r122447
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 8801122..e05cac4 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 203629f..eae8e84 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) \ |