From: mmitchel Date: Tue, 13 Mar 2007 23:51:07 +0000 (+0000) Subject: PR bootstrap/30899 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49e86385a6f9d298233cfdd2426605f3193c151b;p=thirdparty%2Fgcc.git PR bootstrap/30899 * 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 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 752d86fa4ef8..b18286d51839 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +2007-03-13 Mark Mitchell + + PR bootstrap/30899 + * Make-lang.in (doc/g++.1): Use $< to specify the location from + which to copy. + 2007-03-12 Seongbae Park * 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 5cab50a17044..e2be4bcb7649 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)