mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 22:01:36 -08:00
Avoid breaking compilation if there's no ctags installed.
This commit is contained in:
parent
3f0ce7f7d4
commit
bc2189741b
1 changed files with 1 additions and 1 deletions
|
|
@ -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]'` && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue