diff options
Diffstat (limited to 'doc/en/makefile')
-rw-r--r-- | doc/en/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |