Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rw-r--r--applets/Kbuild2
1 files changed, 1 insertions, 1 deletions
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)/