]> git.sur5r.net Git - openldap/commitdiff
ITS#2797: fix libdir bug
authorKurt Zeilenga <kurt@openldap.org>
Mon, 27 Oct 2003 21:34:14 +0000 (21:34 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 27 Oct 2003 21:34:14 +0000 (21:34 +0000)
libraries/liblber/Makefile.in

index 440c37095379ae36ea2aa880920f75af7e0d1421..feae38b3630eacd48693506bbe91a2353f55ad7f 100644 (file)
@@ -40,5 +40,5 @@ idtest:  $(XLIBS) idtest.o
 install-local: FORCE
        -$(MKDIR) $(DESTDIR)$(libdir)
        $(LTINSTALL) $(INSTALLFLAGS) -m 644 $(LIBRARY) $(DESTDIR)$(libdir)
-       $(LTFINISH) $(DESTDIR)$libdir
+       $(LTFINISH) $(DESTDIR)$(libdir)