ack/bin/cc-and-mkdep.ack

8 lines
186 B
Plaintext
Raw Normal View History

1991-10-10 14:39:33 +00:00
: '$Header$'
: Compile and make dependencies. First argument is the file on which the
: dependencies must be produced. This version is for ACK.
n=$1
shift
exec $CC -Rcem-d$n -Rcem-m $*