aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qemu/qemu-0.9.0+cvs20071121/no-strip.patch
blob: fe90f36182ad4dc41dd7e447ef95cc8f2c95d394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/Makefile.org	2007-11-18 23:33:07.000000000 +0200
+++ a/Makefile	2008-01-01 19:09:25.000000000 +0200
@@ -165,7 +165,7 @@
 install: all $(if $(BUILD_DOCS),install-doc)
 	mkdir -p "$(DESTDIR)$(bindir)"
 ifneq ($(TOOLS),)
-	$(INSTALL) -m 755 -s $(TOOLS) "$(DESTDIR)$(bindir)"
+	$(INSTALL) -m 755 $(TOOLS) "$(DESTDIR)$(bindir)"
 endif
 	mkdir -p "$(DESTDIR)$(datadir)"
 	for x in bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
--- a/Makefile.target.org	2007-11-19 00:34:46.000000000 +0200
+++ a/Makefile.target	2008-01-01 19:10:02.000000000 +0200
@@ -629,7 +629,7 @@
 
 install: all
 ifneq ($(PROGS),)
-	$(INSTALL) -m 755 -s $(PROGS) "$(DESTDIR)$(bindir)"
+	$(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)"
 endif
 
 ifneq ($(wildcard .depend),)