only pickup files from src/ and lib/, not ./gnucash-1.9.x/[...] (or another other irrelevant copies) as well.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14069 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled 2006-05-14 23:34:44 +00:00
parent ccf70448ae
commit 932c0aa41b

View File

@ -117,7 +117,7 @@ DISTCLEANFILES = \
goffice gsf lib/.links po/POTFILES.in
cscope.files:
find . -name '*.[ch]' > cscope.files
find src lib -name '*.[ch]' > cscope.files
cscope.out: cscope.files
cscope -b