another stab at fixing out-of-tree build

This commit is contained in:
Denis Vlasenko 2009-04-19 14:12:50 +00:00
parent 9f8d938172
commit f66fe9af89

View File

@ -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)/