aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-07-06 08:47:34 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-07-06 08:47:34 +0000
commit29395fa9efd8acee2ea5bb780f6928b97f6d35ee (patch)
treee5b4eed2d20c4f62d5bcef2cccc986702f95e9c8 /tools/ioemu
parenta0933c7ea8cb6bcf92c254be18b409fe046e2236 (diff)
downloadxen-29395fa9efd8acee2ea5bb780f6928b97f6d35ee.tar.gz
xen-29395fa9efd8acee2ea5bb780f6928b97f6d35ee.tar.bz2
xen-29395fa9efd8acee2ea5bb780f6928b97f6d35ee.zip
Shell scripts aren't very strippable and some versions of install get
very unhappy if you try to. Signed-off-by: Jeremy Katz <katzj@redhat.com>
Diffstat (limited to 'tools/ioemu')
-rw-r--r--tools/ioemu/target-i386-dm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ioemu/target-i386-dm/Makefile b/tools/ioemu/target-i386-dm/Makefile
index c99bdb6f48..dce779d2db 100644
--- a/tools/ioemu/target-i386-dm/Makefile
+++ b/tools/ioemu/target-i386-dm/Makefile
@@ -385,7 +385,7 @@ install: all
if [ ! -d $(INSTALL_DIR) ];then mkdir -p $(INSTALL_DIR);fi
if [ ! -d $(DESTDIR)$(configdir) ];then mkdir -p $(DESTDIR)$(configdir);fi
install -m 755 -s $(PROGS) "$(INSTALL_DIR)"
- install -m 755 -s qemu-dm.debug "$(INSTALL_DIR)"
+ install -m 755 qemu-dm.debug "$(INSTALL_DIR)"
install -m 755 qemu-ifup "$(DESTDIR)$(configdir)"
gunzip -c qemu-vgaram-bin.gz >qemu-vgaram-bin
install -m 755 qemu-vgaram-bin "$(DESTDIR)$(configdir)"