ack/bin/rm_deps
1994-06-23 13:47:02 +00:00

9 lines
238 B
Plaintext
Executable file

: $Id$
: remove dependencies from a makefile, write result on standard output.
: we cannot do this directly in a makefile because some make versions
: have # start a comment, always.
sed -e '/^#DEPENDENCIES/,$d' $1
echo '#DEPENDENCIES'