aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/mk.linux-2.6-xen
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@xensource.com>2007-06-04 11:37:50 +0100
committerIan Campbell <ian.campbell@xensource.com>2007-06-04 11:37:50 +0100
commit7c8c43eb65193511a4380dda294b0b35c66a38d7 (patch)
tree64795d03fc98defba6b3e8fd55c41d9b5c1bcac9 /buildconfigs/mk.linux-2.6-xen
parentc58e445d1c8f3df20db09925370163f35a9e6dce (diff)
downloadxen-7c8c43eb65193511a4380dda294b0b35c66a38d7.tar.gz
xen-7c8c43eb65193511a4380dda294b0b35c66a38d7.tar.bz2
xen-7c8c43eb65193511a4380dda294b0b35c66a38d7.zip
Remove $(LINUX_SRCDIR) on distclean.
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Diffstat (limited to 'buildconfigs/mk.linux-2.6-xen')
-rw-r--r--buildconfigs/mk.linux-2.6-xen2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconfigs/mk.linux-2.6-xen b/buildconfigs/mk.linux-2.6-xen
index 5c8291c4d8..e539b9fe39 100644
--- a/buildconfigs/mk.linux-2.6-xen
+++ b/buildconfigs/mk.linux-2.6-xen
@@ -122,7 +122,7 @@ clean::
.PHONY: delete
delete:
- rm -rf tmp-linux-$(LINUX_VER) $(LINUX_DIR)
+ rm -rf tmp-linux-$(LINUX_VER) $(LINUX_DIR) $(LINUX_SRCDIR)
.PHONY: mrproper
mrproper: