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 # This trick decreases amount of rebuilds
# if tree is merely renamed/copied # if tree is merely renamed/copied
ifeq ($(src),$(obj)) ifeq ($(srctree),$(objtree))
srctree_slash = srctree_slash =
else else
srctree_slash = $(srctree)/ srctree_slash = $(srctree)/