--- 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),)