svn commit: [26160] trunk/busybox/applets

vda at busybox.net vda at busybox.net
Sun Apr 19 14:12:50 UTC 2009


Author: vda
Date: 2009-04-19 14:12:50 +0000 (Sun, 19 Apr 2009)
New Revision: 26160

Log:
another stab at fixing out-of-tree build



Modified:
   trunk/busybox/applets/Kbuild


Changeset:
Modified: trunk/busybox/applets/Kbuild
===================================================================
--- trunk/busybox/applets/Kbuild	2009-04-19 14:03:11 UTC (rev 26159)
+++ trunk/busybox/applets/Kbuild	2009-04-19 14:12:50 UTC (rev 26160)
@@ -16,7 +16,7 @@
 
 # This trick decreases amount of rebuilds
 # if tree is merely renamed/copied
-ifeq ($(src),$(obj))
+ifeq ($(srctree),$(objtree))
 srctree_slash =
 else
 srctree_slash = $(srctree)/



More information about the busybox-cvs mailing list