10 dest
="`echo $1 | cut -c3-`"
15 args
="$args '$1' '$2'"
31 if [ "x$files" = x
]; then
35 if [ "x$dest" = x
]; then
36 echo "$0: Error: -o missing"
40 if [ "x$AROS_CC" = x
]; then
41 echo "$0: Error: AROS_CC not defined"
45 CMD
="$AROS_CC -M $args $files | sed 's#^.*\.o:#`dirname $dest`/&#'"