]> 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:54:44 +0000 (23:54 +0000)
committerBrooks Moses <brooks@gcc.gnu.org>
Thu, 1 Mar 2007 23:54:44 +0000 (15:54 -0800)
From-SVN: r122443

fixincludes/ChangeLog
fixincludes/Makefile.in

index d870ae423c73e2e626f5c61ec4372acf02d6c30a..61f0bfe22f636d7114e541d2e6798e3526972e00 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
+
+       * Makefile.in: Add dummy install-pdf target.
+
 2007-02-27  Joseph Myers  <joseph@codesourcery.com>
 
        * mkheaders.in (incdir): Use include-fixed not include.
index 4e91098754183a753baa31031561362f4e7a165d..e6d2332e96fe686c931d017d93796ec8ea16a7a6 100644 (file)
@@ -184,11 +184,12 @@ install : all
          $(DESTDIR)$(itoolsdir)/fixincl@EXEEXT@
        $(INSTALL_SCRIPT) mkheaders $(DESTDIR)$(itoolsdir)/mkheaders
 
-.PHONY: dvi pdf info html install-html
+.PHONY: dvi pdf info html install-pdf install-html
 
 dvi :
 pdf :
 info :
 html :
+install-pdf :
 install-html :
 installcheck :