Skip to content
Snippets Groups Projects
Commit c9fb4f51 authored by Ondřej Kuzník's avatar Ondřej Kuzník Committed by Quanah Gibson-Mount
Browse files

Build internal avl testing tools correctly

parent fd11f355
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment