PATCH: gcc/fixinc/genfixes Typo Fix

Jeffrey Oldham oldham@codesourcery.com
Tue Jan 30 18:29:00 GMT 2001


Per Bruce Korb's request, fix a thinko.

2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>

        * fixinc/genfixes (AG): Fix "autogen4" thinko.

Untested.
Approved by     Mark Mitchell (mark@codesourcery.com)

Thanks,
Jeffrey D. Oldham
oldham@codesourcery.com
Index: genfixes
===================================================================
RCS file: /cvs/gcc/egcs/gcc/fixinc/genfixes,v
retrieving revision 1.12
diff -c -p -r1.12 genfixes
*** genfixes	2000/12/13 20:07:46	1.12
--- genfixes	2001/01/31 02:24:26
***************
*** 1,6 ****
  #! /bin/sh
  
! # Copyright (C) 1999, 2000 Free Software Foundation, Inc.
  # This file is part of GNU CC.
  
  # GNU CC is free software; you can redistribute it and/or modify
--- 1,6 ----
  #! /bin/sh
  
! # Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
  # This file is part of GNU CC.
  
  # GNU CC is free software; you can redistribute it and/or modify
*************** if [ $# -eq 0 ] ; then
*** 63,69 ****
    set -- fixincl.x
  fi
  
! AG="autogen4 $AG"
  set -e
  
  case "$1" in
--- 63,69 ----
    set -- fixincl.x
  fi
  
! AG="autogen $AG"
  set -e
  
  case "$1" in


More information about the Gcc-patches mailing list