From 2a36181f702d3f72b31ef8370a4a8f77c210d61d Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 10 Nov 2018 14:57:17 -0800 Subject: Fix distclean After d4aa8d9, make distclean removes scripts in ct-ng configured with --enable-local. Signed-off-by: Alexey Neyman diff --git a/ct-ng.in b/ct-ng.in index 75f3354..b99848f 100644 --- a/ct-ng.in +++ b/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 -- cgit v0.10.2-6-g49f6