ack/bin/cc-and-mkdep.ack
1994-06-23 13:47:02 +00:00

8 lines
182 B
Plaintext
Executable file

: '$Id$'
: 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-A$n -Rcem-m $*