OSDN Git Service

* Makefile.in: Add dummy install-pdf target.
authorbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Mar 2007 23:58:28 +0000 (23:58 +0000)
committerbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Mar 2007 23:58:28 +0000 (23:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122447 138bc75d-0d04-0410-961f-82ee72b054a4

libobjc/ChangeLog
libobjc/Makefile.in

index 8801122..e05cac4 100644 (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
index 203629f..eae8e84 100644 (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) \