That rm -f is unnecessary.
This commit is contained in:
parent
cb6b070e1a
commit
5938b04f69
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ depend: pre-depend ${SRCS}
|
||||||
if test x"$$regen" = x"1"; then \
|
if test x"$$regen" = x"1"; then \
|
||||||
list=""; \
|
list=""; \
|
||||||
${DEPEND_STATUS}; \
|
${DEPEND_STATUS}; \
|
||||||
rm -f .deps; \
|
|
||||||
for i in ${SRCS}; do \
|
for i in ${SRCS}; do \
|
||||||
case $${i##*.} in \
|
case $${i##*.} in \
|
||||||
c|cc|cxx|m) \
|
c|cc|cxx|m) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue