diff options
Diffstat (limited to 'gnu/gnu2bmake/gcc-2.6.1.tcl')
-rwxr-xr-x | gnu/gnu2bmake/gcc-2.6.1.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/gnu2bmake/gcc-2.6.1.tcl b/gnu/gnu2bmake/gcc-2.6.1.tcl index a56c804af861..0598ae496353 100755 --- a/gnu/gnu2bmake/gcc-2.6.1.tcl +++ b/gnu/gnu2bmake/gcc-2.6.1.tcl @@ -7,7 +7,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $Id$ +# $Id: gcc-2.6.1.tcl,v 1.2 1994/11/15 04:52:18 phk Exp $ # # Good for 2.6.1 and 2.6.2 @@ -135,7 +135,7 @@ sh "mkdir $ddir/legal" sh "cp $sdir/gen-*.c $sdir/md $ddir/legal" set f [open $ddir/README w] puts $f { -$Id$ +$Id: gcc-2.6.1.tcl,v 1.2 1994/11/15 04:52:18 phk Exp $ This directory contains gcc in a form that uses "bmake" makefiles. This is not the place you want to start, if you want to hack gcc. |