Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
c9fb4f51
Commit
c9fb4f51
authored
Oct 26, 2017
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Feb 09, 2018
Browse files
Build internal avl testing tools correctly
parent
fd11f355
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblutil/Makefile.in
View file @
c9fb4f51
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment