* configure.target (CPULIMITSH): Fix typo in alpha case.

From-SVN: r48278
This commit is contained in:
Richard Henderson 2001-12-22 13:13:44 -08:00 committed by Richard Henderson
parent ba1e6c0b05
commit affb9cddc0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-12-22 Richard Henderson <rth@redhat.com>
* configure.target (CPULIMITSH): Fix typo in alpha case.
Sat Dec 22 09:52:41 2001 Jeffrey A Law (law@redhat.com)
* config/os/hpux/bits/os_defines.h: Update to avoid #defines

View File

@ -138,7 +138,7 @@ esac
# cpu_limits.h can be found.
# THIS TABLE IS SORTED. KEEP IT THAT WAY.
case "${target}" in
alpha-*-*)
alpha*-*-*)
CPULIMITSH=config/cpu/alpha
;;
cris-*-*)