That rm -f is unnecessary.

This commit is contained in:
Jonathan Schleifer 2007-09-26 06:41:43 +02:00
parent cb6b070e1a
commit 5938b04f69

View file

@ -93,7 +93,6 @@ depend: pre-depend ${SRCS}
if test x"$$regen" = x"1"; then \
list=""; \
${DEPEND_STATUS}; \
rm -f .deps; \
for i in ${SRCS}; do \
case $${i##*.} in \
c|cc|cxx|m) \