Add armelf.

This commit is contained in:
Catherine Moore 1998-08-13 23:12:52 +00:00
parent 98b5b2d6d3
commit fbb99e9a4d

View File

@ -15,6 +15,13 @@
Do-first:
armelf_files="armelf.em"
if ( echo $* | grep keep\-armelf > /dev/null ) ; then
keep_these_too="${armelf_files} ${keep_these_too}"
else
lose_these_too="${armelf_files} ${lose_these_too}"
fi
beos_files="beos.em"
if ( echo $* | grep keep\-beos > /dev/null ) ; then
keep_these_too="${beos_files} ${keep_these_too}"