On 14 Sep 2012, at 15:32, Phil Mayers <p.mayers@IMPERIAL.AC.UK> wrote:
...requires the following changes:
diff --git a/Makefile b/Makefile index a26c73a..13032e3 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,6 @@ install: for i in dictionary*; do \ $(INSTALL) -m 644 $$i $(R)$(dictdir); \ done - $(LIBTOOL) --finish $(R)$(libdir) endif
ifneq ($(RADMIN),) diff --git a/scripts/Makefile b/scripts/Makefile index 526c321..1924d73 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -10,7 +10,6 @@ radwatch: install: $(INSTALL) -m 755 rc.radiusd $(R)$(sbindir) $(INSTALL) -m 755 radsqlrelay $(R)$(bindir) - $(INSTALL) -m 755 radwatch $(R)$(sbindir) $(INSTALL) -m 755 raddebug $(R)$(sbindir) $(INSTALL) -m 755 cryptpasswd $(R)$(bindir)/radcrypt
Dammit, missed that one. -Arran