]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR bootstrap/30899
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Mar 2007 23:51:07 +0000 (23:51 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Mar 2007 23:51:07 +0000 (23:51 +0000)
* Make-lang.in (doc/g++.1): Use $< to specify the location from
which to copy.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122890 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/Make-lang.in

index 752d86fa4ef872addb0051f598497501b89b6cb7..b18286d51839e75a42ac1556a8f16452802a13b9 100644 (file)
@@ -1,3 +1,9 @@
+2007-03-13  Mark Mitchell  <mark@codesourcery.com>
+
+       PR bootstrap/30899
+       * Make-lang.in (doc/g++.1): Use $< to specify the location from
+       which to copy.
+
 2007-03-12  Seongbae Park <seongbae.park@gmail.com>
 
        * decl.c (compute_array_index_type): New warning flag warn_vla.
index 5cab50a1704494abb2deb204c945264f68f450fa..e2be4bcb764927834350a7042a334fbd0dbe787a 100644 (file)
@@ -176,7 +176,7 @@ c++.install-common: installdirs
 # We can't use links because not everyone supports them, and we can't use
 # .so because Irix 6.5 doesn't support them.  So just copy the manpage.
 doc/g++.1: doc/gcc.1
-       cp doc/gcc.1 doc/g++.1
+       cp $< doc/g++.1
 
 c++.install-man: $(DESTDIR)$(man1dir)/$(GXX_INSTALL_NAME)$(man1ext)