diff options
author | Alexey Neyman <stilor@att.net> | 2018-11-10 15:03:22 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-10 15:03:22 -0800 |
commit | fad46ac9d1504a90590cf585a700656e1b58e513 (patch) | |
tree | 50e8ae4f049f92315d80e3065a7da8748fe9cb61 /ct-ng.in | |
parent | 411589ead0cf9c6c85da40016eddd0fe19171401 (diff) | |
parent | 2a36181f702d3f72b31ef8370a4a8f77c210d61d (diff) | |
download | crosstool-ng-fad46ac9d1504a90590cf585a700656e1b58e513.tar.gz crosstool-ng-fad46ac9d1504a90590cf585a700656e1b58e513.tar.bz2 crosstool-ng-fad46ac9d1504a90590cf585a700656e1b58e513.zip |
Merge pull request #1093 from stilor/fix-distclean
Fix distclean
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |