Repositories
/
ecl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7262dd7
)
Fix wrong path for "ctags" operation.
author
Philipp Marek
<philipp@marek.priv.at>
Sun, 2 Mar 2014 19:09:15 +0000
(20:09 +0100)
committer
Philipp Marek
<philipp@marek.priv.at>
Sun, 2 Mar 2014 19:09:15 +0000
(20:09 +0100)
src/Makefile.in
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index
4b2070d
..
4ece3fd
100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-259,7
+259,7
@@
selfbuild:
# like "@si::foo" and "@(defun si::foo".
# This rule is allowed to fail when etags does not exist.
.git/tags:
- cd $(srcdir)/.git && ctags -o tags -R --langmap=c:+.d ../src
+ cd $(srcdir)/.
./.
git && ctags -o tags -R --langmap=c:+.d ../src
TAGS:
-if test "x$(ETAGS)" != "x"; then \
srcfiles=`find $(srcdir)/c $(srcdir)/h -name '*.[chd]'` && \