Fixed TAGS target to work when building in a separate output dir.
This commit is contained in:
parent
7d597da99b
commit
2170703310
1 changed files with 2 additions and 1 deletions
|
|
@ -233,7 +233,8 @@ all_sources = $(libledger_util_la_SOURCES) \
|
|||
all_files = $(all_sources) $(pkginclude_HEADERS)
|
||||
|
||||
TAGS: $(all_sources)
|
||||
@etags $(all_sources)
|
||||
BUILD_DIR=`cd $(top_builddir); pwd`; \
|
||||
(cd $(srcdir); etags -o $$BUILD_DIR/TAGS $(all_sources))
|
||||
@echo TAGS rebuilt.
|
||||
|
||||
######################################################################
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue