ack/bin/cc-and-mkdep.ack

9 lines
192 B
Plaintext
Raw Normal View History

#!/bin/sh
1994-06-23 13:47:02 +00:00
: '$Id$'
1991-10-10 14:39:33 +00:00
: Compile and make dependencies. First argument is the file on which the
: dependencies must be produced. This version is for ACK.
n=$1
shift
1991-10-21 16:38:27 +00:00
exec $CC -Rcem-A$n -Rcem-m $*