mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 01:21:27 +00:00
Fix distclean
After d4aa8d9, make distclean removes scripts in ct-ng configured with --enable-local. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
411589ead0
commit
2a36181f70
2
ct-ng.in
2
ct-ng.in
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user