Fix a dependency so we compile stuff in correct order when doing parallel builds
This commit is contained in:
parent
26ca4818df
commit
74edcb6c24
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -128,7 +128,7 @@ ${PROG}: ${BUILDDIR}/ffmpeg/install $(OBJDIRS) $(OBJS) $(BUNDLE_OBJS) Makefile
|
|||
$(OBJDIRS):
|
||||
@mkdir -p $@
|
||||
|
||||
${BUILDDIR}/%.o: %.c
|
||||
${BUILDDIR}/%.o: %.c ${BUILDDIR}/ffmpeg/install
|
||||
$(CC) -MD $(CFLAGS_com) $(CFLAGS) $(CFLAGS_cfg) -c -o $@ $(CURDIR)/$<
|
||||
|
||||
${BUILDDIR}/ffmpeg/install ffmpeg:
|
||||
|
|
Loading…
Add table
Reference in a new issue