Repositories
/
ecl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f0ce7f
)
Avoid breaking compilation if there's no ctags installed.
author
Philipp Marek
<philipp@marek.priv.at>
Sun, 2 Mar 2014 20:56:10 +0000
(21:56 +0100)
committer
Philipp Marek
<philipp@marek.priv.at>
Sun, 2 Mar 2014 20:56:10 +0000
(21:56 +0100)
src/Makefile.in
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index
4ece3fd
..
12e9f05
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
|| true
TAGS:
-if test "x$(ETAGS)" != "x"; then \
srcfiles=`find $(srcdir)/c $(srcdir)/h -name '*.[chd]'` && \