Commit 45fa5f9f by Tom Tromey

Removed extra ';;'

From-SVN: r28516
parent cbbfcb3b
...@@ -2394,7 +2394,6 @@ case "$host" in ...@@ -2394,7 +2394,6 @@ case "$host" in
alpha*-*-*) alpha*-*-*)
machdep="alpha_mach_dep.lo" machdep="alpha_mach_dep.lo"
;; ;;
;;
mipstx39-*-elf*) mipstx39-*-elf*)
machdep="mips_ultrix_mach_dep.lo" machdep="mips_ultrix_mach_dep.lo"
cat >> confdefs.h <<\EOF cat >> confdefs.h <<\EOF
......
...@@ -137,7 +137,6 @@ case "$host" in ...@@ -137,7 +137,6 @@ case "$host" in
alpha*-*-*) alpha*-*-*)
machdep="alpha_mach_dep.lo" machdep="alpha_mach_dep.lo"
;; ;;
;;
mipstx39-*-elf*) mipstx39-*-elf*)
machdep="mips_ultrix_mach_dep.lo" machdep="mips_ultrix_mach_dep.lo"
AC_DEFINE(STACKBASE, __stackbase) AC_DEFINE(STACKBASE, __stackbase)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment