Delete .depend file on make clean

This commit is contained in:
2007-07-29 11:46:12 +00:00
parent 883e1a856a
commit b2df00db6e
3 changed files with 3 additions and 3 deletions

View File

@@ -16,4 +16,4 @@ depend:
mkdep -- ${CFLAGS} ${CPPFLAGS} ${SRCS}
clean:
rm -f ${OBJS}
rm -f ${OBJS} .depend

View File

@@ -36,5 +36,5 @@ depend:
mkdep -- ${CFLAGS} ${CPPFLAGS} ${SRCS}
clean:
rm -f ${OBJS} lsc y.tab.h
rm -f ${OBJS} lsc y.tab.h .depend

View File

@@ -37,4 +37,4 @@ depend:
mkdep -- ${CFLAGS} ${CPPFLAGS} ${SRCS}
clean:
rm -f ${OBJS} lsi abi.c abi.lh
rm -f ${OBJS} lsi abi.c abi.lh .depend