]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in: Add dummy install-pdf target.
authorBrooks Moses <brooks.moses@codesourcery.com>
Thu, 1 Mar 2007 23:58:28 +0000 (23:58 +0000)
committerBrooks Moses <brooks@gcc.gnu.org>
Thu, 1 Mar 2007 23:58:28 +0000 (15:58 -0800)
From-SVN: r122447

libobjc/ChangeLog
libobjc/Makefile.in

index 880112276bd70f6e624e72f6d959f405149f69ee..e05cac4456f48719586d39ff78c349de635443b0 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 203629f4f103a8f61ca8c5790bcda7622179c439..eae8e84907bd7db36eff81f81d09e4c35b29fadf 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) \