Skip to content

Commit

Permalink
Merge pull request #1093 from stilor/fix-distclean
Browse files Browse the repository at this point in the history
Fix distclean
  • Loading branch information
stilor committed Nov 10, 2018
2 parents 411589e + 2a36181 commit fad46ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ct-ng.in
Expand Up @@ -17,7 +17,7 @@ export CT_TOP_DIR:=$(shell pwd)
ifeq (@enable_local@,yes)
# automake does not allow to set pkgxxxdir, they are always derived from
# a respective xxxdir. So, for enable-local case, set them directly here.
export CT_LIB_DIR:=$(dir $(CT_NG))
export CT_LIB_DIR:=$(patsubst %/,%,$(dir $(CT_NG)))
export CT_LIBEXEC_DIR:=$(CT_LIB_DIR)/kconfig
export CT_DOC_DIR:=$(CT_LIB_DIR)/docs
else
Expand Down

0 comments on commit fad46ac

Please sign in to comment.