genfixes (AG): Fix "autogen4" thinko.
2001-01-30 Jeffrey Oldham <oldham@codesourcery.com> * fixinc/genfixes (AG): Fix "autogen4" thinko. From-SVN: r39361
This commit is contained in:
parent
a9a184606c
commit
4989b02098
@ -1,3 +1,7 @@
|
||||
2001-01-30 Jeffrey Oldham <oldham@codesourcery.com>
|
||||
|
||||
* fixinc/genfixes (AG): Fix "autogen4" thinko.
|
||||
|
||||
2001-01-30 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
|
||||
|
||||
* regmove.c (try_auto_increment): Change REG_DEAD into REG_UNUSED
|
||||
|
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
|
||||
# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
|
||||
# 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
|
||||
@ -63,7 +63,7 @@ if [ $# -eq 0 ] ; then
|
||||
set -- fixincl.x
|
||||
fi
|
||||
|
||||
AG="autogen4 $AG"
|
||||
AG="autogen $AG"
|
||||
set -e
|
||||
|
||||
case "$1" in
|
||||
|
Loading…
Reference in New Issue
Block a user