aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorsmh22@labyrinth.cl.cam.ac.uk <smh22@labyrinth.cl.cam.ac.uk>2003-05-16 16:15:36 +0000
committersmh22@labyrinth.cl.cam.ac.uk <smh22@labyrinth.cl.cam.ac.uk>2003-05-16 16:15:36 +0000
commitcd5992537c57d5b05fdc908a1601a03062bed236 (patch)
tree5f9dafd9a4f7ca9c5929ac2f95af296fc7255e53 /tools
parent7182e8636496d37e1cc2a721b64d7423f5af260e (diff)
downloadxen-cd5992537c57d5b05fdc908a1601a03062bed236.tar.gz
xen-cd5992537c57d5b05fdc908a1601a03062bed236.tar.bz2
xen-cd5992537c57d5b05fdc908a1601a03062bed236.zip
bitkeeper revision 1.238.1.1 (3ec50ea8__tRWWW3YrFU7F1BHqol7A)
build tweaks
Diffstat (limited to 'tools')
-rw-r--r--tools/control/web/tmpl/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/control/web/tmpl/makefile b/tools/control/web/tmpl/makefile
index aed826114e..a9e2a1c392 100644
--- a/tools/control/web/tmpl/makefile
+++ b/tools/control/web/tmpl/makefile
@@ -28,7 +28,7 @@ target1 = $(target)/index.jsp $(target)/newdom.jsp $(target)/vd.jsp \
all: $(src0) $(src1)
./install.pl -s -home index
mv *.jsp $(target)
- cp $(src0) $(target)
+ cp -f $(src0) $(target)
clean:
rm -f $(target1)