summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-13 03:27:37 (GMT)
committerGitHub <noreply@github.com>2017-01-13 03:27:37 (GMT)
commitc8065c7c83d476eb138eebd8fc5d07571f90b463 (patch)
treeee670ddf358b297198e41815cc35c2e333f90a0e
parent18afc0fa260e59f283ffe9941e70bbaba7d617f8 (diff)
parentdcb438a9dcd2a795314ac91b825647a658a065dc (diff)
Merge pull request #513 from stilor/fix-show-config
Fix ct-ng show-config.
-rw-r--r--ct-ng.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ct-ng.in b/ct-ng.in
index 6149d1b..51b1ff6 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -10,7 +10,7 @@ MAKEFLAGS += --no-print-directory --no-builtin-rules
.NOTPARALLEL:
# This is where ct-ng is:
-export CT_NG:=$(lastword $(MAKEFILE_LIST))
+export CT_NG:=$(abspath $(lastword $(MAKEFILE_LIST)))
# and this is where we're working in:
export CT_TOP_DIR:=$(shell pwd)