From 3d5a7545b950afa81b45e2a7d82593d7de2beff1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Thu, 26 Oct 2017 11:49:16 +0100 Subject: [PATCH] Build internal avl testing tools correctly --- libraries/liblutil/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2