]> git.sur5r.net Git - openldap/commitdiff
Build internal avl testing tools correctly
authorOndřej Kuzník <ondra@openldap.org>
Thu, 26 Oct 2017 10:49:16 +0000 (11:49 +0100)
committerOndřej Kuzník <ondra@openldap.org>
Thu, 26 Oct 2017 10:53:50 +0000 (11:53 +0100)
libraries/liblutil/Makefile.in

index cf7c14367b0ccfb8a3e4361fd1463c1946de8574..9e2ad3b6a485012322bb0725865c83e1704034e1 100644 (file)
@@ -41,10 +41,10 @@ OBJS        = base64.o entropy.o sasl.o signal.o hash.o passfile.o \
        @LIBOBJS@ $(@PLAT@_OBJS)
 
 testavl: $(XLIBS) testavl.o
-       (LTLINK) -o $@ testavl.o $(LIBS)
+       $(LTLINK) -o $@ testavl.o $(LIBS)
 
 testtavl: $(XLIBS) testtavl.o
-       (LTLINK) -o $@ testtavl.o $(LIBS)
+       $(LTLINK) -o $@ testtavl.o $(LIBS)
 
 # These rules are for a Mingw32 build, specifically.
 # It's ok for them to be here because the clean rule is harmless, and