Added a default in the ANY case for system type.
This commit is contained in:
parent
b449b94b48
commit
de6ce0fe74
@ -96,6 +96,7 @@ vax_bsd4_2) ACM=vax2 ;;
|
|||||||
pc_ix) ACM=ix ;;
|
pc_ix) ACM=ix ;;
|
||||||
m68_unisoft) ACM=m68k2 ;;
|
m68_unisoft) ACM=m68k2 ;;
|
||||||
m68_pmds) ACM=pmds ;;
|
m68_pmds) ACM=pmds ;;
|
||||||
|
*) ACM=m68k2 ;;
|
||||||
esac
|
esac
|
||||||
rm -f local.h
|
rm -f local.h
|
||||||
sed /ACKM/s/'".*"'/'"'$ACM'"'/ <../h/local.h >local.h
|
sed /ACKM/s/'".*"'/'"'$ACM'"'/ <../h/local.h >local.h
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user