From: Denis Vlasenko Date: Sun, 19 Apr 2009 14:12:50 +0000 (-0000) Subject: another stab at fixing out-of-tree build X-Git-Tag: 1_15_0~311 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f66fe9af89e3d0f8a92894c59b6808f9202c0e86;p=oweals%2Fbusybox.git another stab at fixing out-of-tree build --- diff --git a/applets/Kbuild b/applets/Kbuild index 6c1c8a334..983037987 100644 --- a/applets/Kbuild +++ b/applets/Kbuild @@ -16,7 +16,7 @@ always:= $(hostprogs-y) # This trick decreases amount of rebuilds # if tree is merely renamed/copied -ifeq ($(src),$(obj)) +ifeq ($(srctree),$(objtree)) srctree_slash = else srctree_slash = $(srctree)/