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