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

Fix depend dependency for parallel make

parent 874ddbeb
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ $(LIBRARY): $(OBJS) version.lo
$(AR) rs $@ $(OBJS)
# Must fixup depends for non-libtool objects
depend-local:
depend-local: depend-common
@if test -n "$(OBJS)"; then \
OBJ2=`echo $(OBJS) $(OBJDEP) | $(SED) -e 's/\.o//g'`; \
SCR=''; for i in $$OBJ2; do SCR="$$SCR -e s/^$$i.lo:/$$i.o:/"; done; \
......
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