aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/Rules.mk
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-07-16 14:14:29 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-07-16 14:14:29 +0000
commit16edbc99983bc2f4c794221b2d453b05f212310a (patch)
treec3b662020640a2376b5acee64128f03abfd13000 /buildconfigs/Rules.mk
parent530cfcf8d359781fd057a037400a77e29f37409b (diff)
downloadxen-16edbc99983bc2f4c794221b2d453b05f212310a.tar.gz
xen-16edbc99983bc2f4c794221b2d453b05f212310a.tar.bz2
xen-16edbc99983bc2f4c794221b2d453b05f212310a.zip
Fix 'make mrproper' to remove pristine and ref trees.
Diffstat (limited to 'buildconfigs/Rules.mk')
-rw-r--r--buildconfigs/Rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconfigs/Rules.mk b/buildconfigs/Rules.mk
index c4598c2ae0..8c2969f25d 100644
--- a/buildconfigs/Rules.mk
+++ b/buildconfigs/Rules.mk
@@ -101,7 +101,7 @@ ref-%/.valid-ref: pristine-%/.valid-pristine
rm -rf tmp-$@
%-mrproper: %-mrproper-extra
- rm -rf pristine-$* ref-$* $*.tar.bz2
+ rm -rf pristine-$(*)* ref-$(*)* $*.tar.bz2
rm -rf $*-xen.patch
netbsd-%-mrproper-extra: