From f66fe9af89e3d0f8a92894c59b6808f9202c0e86 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 19 Apr 2009 14:12:50 +0000 Subject: another stab at fixing out-of-tree build --- applets/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/Kbuild') 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)/ -- cgit v1.2.3