Blame qemu-0.7.0-build.patch
|
David Woodhouse |
9b980e |
--- qemu-0.7.0/Makefile.target.orig 2005-04-27 21:52:05.000000000 +0100
|
|
David Woodhouse |
943292 |
+++ qemu-0.7.0/Makefile.target 2005-04-30 11:01:41.000000000 +0100
|
|
David Woodhouse |
9b980e |
@@ -463,7 +463,7 @@
|
|
David Woodhouse |
c8e4b3 |
|
|
David Woodhouse |
c8e4b3 |
install: all
|
|
David Woodhouse |
c8e4b3 |
ifneq ($(PROGS),)
|
|
David Woodhouse |
7b2bfb |
- $(INSTALL) -m 755 -s $(PROGS) "$(DESTDIR)$(bindir)"
|
|
David Woodhouse |
7b2bfb |
+ $(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)"
|
|
David Woodhouse |
c8e4b3 |
endif
|
|
David Woodhouse |
c8e4b3 |
|
|
David Woodhouse |
c8e4b3 |
ifneq ($(wildcard .depend),)
|