--- tools/Makefile.in.orig 2006-07-10 09:59:49.000000000 +0100 +++ tools/Makefile.in 2006-07-10 10:00:07.000000000 +0100 @@ -46,9 +46,9 @@ install: all $(INSTALL) -d $(DESTDIR)$(sbindir) $(DESTDIR)$(sysconfdir) $(DESTDIR)$(localstatedir) - $(INSTALL_PROGRAM) -s $(exedir)/bird $(DESTDIR)$(sbindir)/ + $(INSTALL_PROGRAM) $(exedir)/bird $(DESTDIR)$(sbindir)/ if test -n "@CLIENT@" ; then \ - $(INSTALL_PROGRAM) -s $(exedir)/birdc $(DESTDIR)$(sbindir)/ ; \ + $(INSTALL_PROGRAM) $(exedir)/birdc $(DESTDIR)$(sbindir)/ ; \ fi if ! test -f $(DESTDIR)$(sysconfdir)/bird.conf ; then \ $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)$(sysconfdir)/bird.conf ; \