Add lex and yacc sources to things cscope'd.
This commit is contained in:
parent
6ae6bbe3df
commit
d9cf41b68d
@ -34,7 +34,7 @@ cscope.out: ${.CURDIR}/cscope.files
|
||||
|
||||
${.CURDIR}/cscope.files: .PHONY
|
||||
cd ${.CURDIR}; \
|
||||
find ${CSCOPEDIRS} -name "*.[chSs]" -a -type f > ${.TARGET}
|
||||
find ${CSCOPEDIRS} -name "*.[chSsly]" -a -type f > ${.TARGET}
|
||||
|
||||
cscope-clean:
|
||||
rm -f cscope.files cscope.out cscope.in.out cscope.po.out
|
||||
|
Loading…
Reference in New Issue
Block a user