From: Lionel Orry Date: Thu, 11 Oct 2018 09:57:55 +0000 (+0200) Subject: package/pkg-cmake: _SUBDIR cleanup X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0febedaf4fe8f7dd5e4f9d70b10cb9ff88ebe3ae;p=buildroot.git package/pkg-cmake: _SUBDIR cleanup No functional change is brought by this modification. This patch removes redundant _SRCDIR declaration (already defined in pkg-generic.mk) Signed-off-by: Lionel Orry Signed-off-by: Thomas Petazzoni --- diff --git a/package/pkg-cmake.mk b/package/pkg-cmake.mk index 51a1929ebb..b9ce8ff622 100644 --- a/package/pkg-cmake.mk +++ b/package/pkg-cmake.mk @@ -60,8 +60,6 @@ $(2)_INSTALL_OPTS ?= install $(2)_INSTALL_STAGING_OPTS ?= DESTDIR=$$(STAGING_DIR) install/fast $(2)_INSTALL_TARGET_OPTS ?= DESTDIR=$$(TARGET_DIR) install/fast -$(2)_SRCDIR = $$($(2)_DIR)/$$($(2)_SUBDIR) - $(3)_SUPPORTS_IN_SOURCE_BUILD ?= YES