qemu/qemu-0.7.0-build.patch

12 lines
313 B
Diff
Raw Normal View History

2005-04-30 11:34:52 +00:00
--- qemu-0.7.0/Makefile.target.orig 2005-04-27 21:52:05.000000000 +0100
2006-03-21 17:28:20 +00:00
+++ qemu-0.7.0/Makefile.target 2005-04-30 11:01:41.000000000 +0100
2005-04-30 11:34:52 +00:00
@@ -463,7 +463,7 @@
install: all
ifneq ($(PROGS),)
- install -m 755 -s $(PROGS) "$(bindir)"
+ install -m 755 $(PROGS) "$(bindir)"
endif
ifneq ($(wildcard .depend),)