diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 46bc173e..0badbb3d 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -10,7 +10,7 @@ CWD := $(shell pwd) # these are designed to be overridden by the packages/Makefile -cvs_root_dir = $(CWD)/.. +cvs_root_dir := $(shell cd $(CWD)/.. && pwd) DESTDIR = $(CWD)/build/ BUILDLAYOUT_DIR = $(cvs_root_dir)/packages |