From 7c8c43eb65193511a4380dda294b0b35c66a38d7 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 4 Jun 2007 11:37:50 +0100 Subject: Remove $(LINUX_SRCDIR) on distclean. Signed-off-by: Ian Campbell --- buildconfigs/mk.linux-2.6-xen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildconfigs') 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: -- cgit v1.2.3