10 dest
="`echo $1 | cut -c3-`"
15 args
="$args '$1' '$2'"
34 if [ "x$files" = x
]; then
38 if [ "x$dest" = x
]; then
39 echo "$0: Error: -o missing"
43 if [ "x$AROS_CC" = x
]; then
44 echo "$0: Error: AROS_CC not defined"
48 CMD
="$AROS_CC -M $args $files | sed 's#^.*\.o:#`dirname $dest`/&#'"