at v192 13 lines 623 B view raw
1diff --git a/tools/Makefile.in b/tools/Makefile.in 2index 062ba91..4fd7453 100644 3--- a/tools/Makefile.in 4+++ b/tools/Makefile.in 5@@ -68,7 +68,7 @@ tags: 6 cd $(srcdir) ; etags -lc `find $(static-dirs) $(addprefix $(objdir)/,$(dynamic-dirs)) $(client-dirs) -name *.[chY]` 7 8 install: all 9- $(INSTALL) -d $(DESTDIR)/$(sbindir) $(DESTDIR)/$(sysconfdir) $(DESTDIR)/@runtimedir@ 10+ $(INSTALL) -d $(DESTDIR)/$(sbindir) $(DESTDIR)/$(sysconfdir) 11 $(INSTALL_PROGRAM) $(exedir)/bird $(DESTDIR)/$(sbindir)/bird@SUFFIX@ 12 $(INSTALL_PROGRAM) $(exedir)/birdcl $(DESTDIR)/$(sbindir)/birdcl@SUFFIX@ 13 if test -n "@CLIENT@" ; then \