aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xc/lib/Makefile
diff options
context:
space:
mode:
authorsmh22@labyrinth.cl.cam.ac.uk <smh22@labyrinth.cl.cam.ac.uk>2003-11-20 13:12:48 +0000
committersmh22@labyrinth.cl.cam.ac.uk <smh22@labyrinth.cl.cam.ac.uk>2003-11-20 13:12:48 +0000
commit867ee00924ef9ee7bf5c409141c4995759ddee4e (patch)
tree822c9a880555868d3d0f9ac42b1fd62edc0866ea /tools/xc/lib/Makefile
parent923963268693f985fc1631648aa622f21921be79 (diff)
downloadxen-867ee00924ef9ee7bf5c409141c4995759ddee4e.tar.gz
xen-867ee00924ef9ee7bf5c409141c4995759ddee4e.tar.bz2
xen-867ee00924ef9ee7bf5c409141c4995759ddee4e.zip
bitkeeper revision 1.617 (3fbcbdd00Q1Ui884abv72p6z6qttuA)
Makefile: bug fix
Diffstat (limited to 'tools/xc/lib/Makefile')
-rw-r--r--tools/xc/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xc/lib/Makefile b/tools/xc/lib/Makefile
index 24121c9418..24858d793a 100644
--- a/tools/xc/lib/Makefile
+++ b/tools/xc/lib/Makefile
@@ -23,7 +23,7 @@ install: all
mkdir -p ../../../../install/lib
mkdir -p ../../../../install/include
cp -a $(LIBS) ../../../../install/lib
- for i in $(LIBS) do ; chmod 755 ../../../../install/bin/$i ; done
+ for i in $(LIBS); do chmod 755 ../../../../install/bin/$i ; done
cp -a xc.h ../../../../install/include
chmod 644 ../../../../install/include/xc.h