Pristine Ack-5.5
[Ack-5.5.git] / bin / rm_deps
1 : $Id: rm_deps,v 1.2 1994/06/23 13:47:02 ceriel Exp $
2
3 : remove dependencies from a makefile, write result on standard output.
4 : we cannot do this directly in a makefile because some make versions
5 : have # start a comment, always.
6
7 sed -e '/^#DEPENDENCIES/,$d' $1
8 echo '#DEPENDENCIES'