mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
Fix parallel builds (make -j)
This commit is contained in:
parent
3a28608f0d
commit
df9f2d87a5
1 changed files with 3 additions and 1 deletions
|
|
@ -71,7 +71,9 @@ all-local: $(SHAREDLIB)
|
|||
.c.lo:
|
||||
$(LTCOMPILE_LIB) $<
|
||||
|
||||
$(SHAREDLIB): $(LIBRARY) $(SHAREDLIBOBJS) version.lo
|
||||
$(SHAREDLIBOBJS) verion.lo: $(LIBRARY)
|
||||
|
||||
$(SHAREDLIB): $(SHAREDLIBOBJS) version.lo
|
||||
$(LTLINK_LIB) -o $(SHAREDLIB) $(SHAREDLIBOBJS) version.lo $(LINK_LIBS)
|
||||
|
||||
install-local: FORCE
|
||||
|
|
|
|||
Loading…
Reference in a new issue