aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortlh20@elite.cl.cam.ac.uk <tlh20@elite.cl.cam.ac.uk>2003-05-18 12:50:42 +0000
committertlh20@elite.cl.cam.ac.uk <tlh20@elite.cl.cam.ac.uk>2003-05-18 12:50:42 +0000
commit2f2c3b65c3d145c772850c1d3d42ccf75e26ceaa (patch)
tree36e385bbc44ada114963399581eb7a08dae58d7c /tools
parent25bd21422b34b5d38ce6ef111f042a520f0f6f50 (diff)
downloadxen-2f2c3b65c3d145c772850c1d3d42ccf75e26ceaa.tar.gz
xen-2f2c3b65c3d145c772850c1d3d42ccf75e26ceaa.tar.bz2
xen-2f2c3b65c3d145c772850c1d3d42ccf75e26ceaa.zip
bitkeeper revision 1.242 (3ec781a2i_3yx4EVbMDTQaQ_JLxwxw)
Use rpmbuild for compatability with other redhat versions
Diffstat (limited to 'tools')
-rw-r--r--tools/internal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/internal/Makefile b/tools/internal/Makefile
index b21f2f90a1..6cbaf9090d 100644
--- a/tools/internal/Makefile
+++ b/tools/internal/Makefile
@@ -36,7 +36,7 @@ rpm: all
rm -rf staging
mkdir staging
mkdir staging/i386
- rpm --define "staging$$PWD/staging" --define '_builddir.' --define "_rpmdir$$PWD/staging" -bb rpm.spec
+ rpmbuild --define "staging$$PWD/staging" --define '_builddir.' --define "_rpmdir$$PWD/staging" -bb rpm.spec
mv staging/i386/*.rpm .
rm -rf staging