This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch, build, committed] Fix "make install-info" in libgcc.


This is another dummy target which got left out of the new libgcc directory. Committed as obvious after testing with "make install-info" and "make" on i686-pc-linux-gnu.

-----------------------------------------------------------------------
2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>

* Makefile.in (install-info): New dummy target.

-----------------------------------------------------------------------

- Brooks
Index: libgcc/Makefile.in
===================================================================
--- libgcc/Makefile.in	(revision 122674)
+++ libgcc/Makefile.in	(working copy)
@@ -735,9 +735,10 @@
 all: $(extra-parts)
 
 # Documentation targets (empty).
-.PHONY: info html dvi pdf install-html install-pdf
+.PHONY: info html dvi pdf install-info install-html install-pdf
 
 info:
+install-info:
 html:
 install-html:
 dvi:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]