From: Ondřej Kuzník Date: Thu, 26 Oct 2017 10:49:16 +0000 (+0100) Subject: Build internal avl testing tools correctly X-Git-Tag: OPENLDAP_REL_ENG_2_4_46~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9fb4f51aabbc3e6062d4459c66144696ae7d890;p=thirdparty%2Fopenldap.git Build internal avl testing tools correctly --- diff --git a/libraries/liblutil/Makefile.in b/libraries/liblutil/Makefile.in index cf7c14367b..9e2ad3b6a4 100644 --- a/libraries/liblutil/Makefile.in +++ b/libraries/liblutil/Makefile.in @@ -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