mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
Different fix for make -j builds. The previous one caused recompiles
of fetch.c and ldif.c with every make run.
This commit is contained in:
parent
6273df07da
commit
17d61f6e6a
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ all-local: $(SHAREDLIB)
|
|||
.c.lo:
|
||||
$(LTCOMPILE_LIB) $<
|
||||
|
||||
$(SHAREDLIBOBJS) verion.lo: $(LIBRARY)
|
||||
$(LIBRARY): $(SHAREDLIBOBJS) version.lo
|
||||
|
||||
$(SHAREDLIB): $(SHAREDLIBOBJS) version.lo
|
||||
$(LTLINK_LIB) -o $(SHAREDLIB) $(SHAREDLIBOBJS) version.lo $(LINK_LIBS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue