Delete .depend file on make clean
This commit is contained in:
@@ -16,4 +16,4 @@ depend:
|
||||
mkdep -- ${CFLAGS} ${CPPFLAGS} ${SRCS}
|
||||
|
||||
clean:
|
||||
rm -f ${OBJS}
|
||||
rm -f ${OBJS} .depend
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user