From 85a67355c0340596630a47f85507d61c68dcbd0e Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Tue, 15 Dec 2015 17:18:50 +0100 Subject: buildsystem: deal with spaces in path to source Git-Dch: Ignore --- doc/en/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/en/makefile') diff --git a/doc/en/makefile b/doc/en/makefile index 1be137c73..8659de6f6 100644 --- a/doc/en/makefile +++ b/doc/en/makefile @@ -16,7 +16,7 @@ LOCAL := manpage-$(firstword $(SOURCE)) $(LOCAL)-LIST := $(SOURCE) apt-vendor.ent: ../../vendor/current/apt-vendor.ent - ln -sf $(shell readlink -f $^) $@ + ln -sf '$(abspath $^)' $@ # Install generation hooks manpages: $($(LOCAL)-LIST) -- cgit v1.2.3