mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Build internal avl testing tools correctly
This commit is contained in:
parent
4035016796
commit
3d5a7545b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user