aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2007-03-13 23:51:07 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2007-03-13 23:51:07 +0000
commit4844b16769ccbe7d568370a9fbe493e0c399d453 (patch)
tree1bf9170c94bb42849f0ffb955a02f651eaa1890d /gcc
parent3dfe046fa7e62fc8021b38705634c92d16e2bea9 (diff)
downloadgcc-4844b16769ccbe7d568370a9fbe493e0c399d453.zip
gcc-4844b16769ccbe7d568370a9fbe493e0c399d453.tar.gz
gcc-4844b16769ccbe7d568370a9fbe493e0c399d453.tar.bz2
re PR bootstrap/30899 (build failure with --enable-generated-files-in-srcdir)
PR bootstrap/30899 * Make-lang.in (doc/g++.1): Use $< to specify the location from which to copy. From-SVN: r122890
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog6
-rw-r--r--gcc/cp/Make-lang.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 752d86f..b18286d 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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.
diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in
index 5cab50a..e2be4bc 100644
--- a/gcc/cp/Make-lang.in
+++ b/gcc/cp/Make-lang.in
@@ -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)