Skip to content
Snippets Groups Projects
Commit 1aabc020 authored by Howard Chu's avatar Howard Chu
Browse files

Fix typo in libslapi rule

parent 44953208
No related branches found
No related tags found
No related merge requests found
......@@ -230,10 +230,10 @@ slapd.exp: libslapd.a
dlltool --dllname slapd.exe --input-def slapd.def \
--base-file slapd.base --output-exp $@
slapi/libslapi.a: FORCE
slapi/.libs/libslapi.a: FORCE
(cd slapi; $(MAKE) $(MFLAGS) all)
libslapi.a: slapi/libslapi.a
libslapi.a: slapi/.libs/libslapi.a
cp slapi/.libs/libslapi.a .
slapd: $(SLAPD_DEPENDS) @LIBSLAPI@
......
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