]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove --finish for library directory
authorAlan T. DeKok <aland@freeradius.org>
Fri, 14 Sep 2012 15:01:18 +0000 (17:01 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 14 Sep 2012 15:01:18 +0000 (17:01 +0200)
Makefile

index a26c73ac0455272eb5540962f6d6ef033ad1b79f..13032e3ba78574006b9f649666b6c6d304ce3fd0 100644 (file)
--- 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),)