bugfix: use relative pathes in tagmaps
This commit is contained in:
parent
28e8909065
commit
b3517257b6
2
Makefile
2
Makefile
@ -64,7 +64,7 @@ all: $(shell find ./ -name '*.sources')
|
||||
# generate tag maps
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
TAGMAP := $(shell find $(PWD) -name '*.xml' \
|
||||
TAGMAP := $(shell find ./ -name '*.xml' \
|
||||
| xargs ./build/source_globber.sh map_tags \
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user