mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix depend dependency for parallel make
This commit is contained in:
parent
874ddbebe9
commit
38953e2f2c
@ -132,7 +132,7 @@ $(LIBRARY): $(OBJS) version.lo
|
|||||||
$(AR) rs $@ $(OBJS)
|
$(AR) rs $@ $(OBJS)
|
||||||
|
|
||||||
# Must fixup depends for non-libtool objects
|
# Must fixup depends for non-libtool objects
|
||||||
depend-local:
|
depend-local: depend-common
|
||||||
@if test -n "$(OBJS)"; then \
|
@if test -n "$(OBJS)"; then \
|
||||||
OBJ2=`echo $(OBJS) $(OBJDEP) | $(SED) -e 's/\.o//g'`; \
|
OBJ2=`echo $(OBJS) $(OBJDEP) | $(SED) -e 's/\.o//g'`; \
|
||||||
SCR=''; for i in $$OBJ2; do SCR="$$SCR -e s/^$$i.lo:/$$i.o:/"; done; \
|
SCR=''; for i in $$OBJ2; do SCR="$$SCR -e s/^$$i.lo:/$$i.o:/"; done; \
|
||||||
|
Loading…
Reference in New Issue
Block a user