projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbe9e9e
)
Change the cscope target slightly so the source code from the historical
author
Ken Hornstein
<kenh@pobox.com>
Mon, 16 Apr 2012 14:33:13 +0000
(10:33 -0400)
committer
Ken Hornstein
<kenh@pobox.com>
Mon, 16 Apr 2012 14:34:07 +0000
(10:34 -0400)
tree isn't found.
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
636f221
..
56369c0
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-574,7
+574,7
@@
rpm: dist
##
cscope:
echo "-I $(srcdir)/h -I $(srcdir)/sbr -I $(srcdir)/uip -I $(srcdir)/mts/smtp" > cscope.files
- find $(srcdir) \( -name \*.c -o -name \*.l \) -print | grep -v dtimep.c >> cscope.files
+ find $(srcdir) \( -name docs -prune \) -o \( -name \*.c -o -name \*.l \) -print | grep -v dtimep.c >> cscope.files
.PHONY: cscope