#!/bin/sh

sed -e "/DO NOT DELETE THIS LINE/,\$d" < makefile > /tmp/etdeldep$$
mv /tmp/etdeldep$$ makefile

