From b3517257b6264f56d2bab4636abe94d197c909ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20H=C3=A4nsch?= Date: Fri, 18 Aug 2017 18:50:29 +0200 Subject: [PATCH] bugfix: use relative pathes in tagmaps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c82e1050b..21561a7399 100644 --- a/Makefile +++ b/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 \ )