projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16993f8
)
Add options for exuberant ctags.
author
ayin
<ayin>
Thu, 18 Oct 2007 08:28:33 +0000
(08:28 +0000)
committer
ayin
<ayin>
Thu, 18 Oct 2007 08:28:33 +0000
(08:28 +0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index d5275a9b37441a976baa712026ea87d2694ee1d3..36ba8e4002fac2b2c8f4778bd28b7ed591016667 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-86,11
+86,13
@@
rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass.o
#-------------------------------------------------------------------------
+#EXUBERANT_OPTS = -I NOTHROW
+
tags: *.[Ch]
- ctags *.[Ch]
+ ctags
$(EXUBERANT_OPTS)
*.[Ch]
TAGS: *.[Ch]
- etags *.[Ch]
+ etags
$(EXUBERANT_OPTS)
*.[Ch]
allbin: rxvt rxvtd rxvtc