Fix a dependency so we compile stuff in correct order when doing parallel builds

This commit is contained in:
Andreas Öman 2009-07-17 14:04:02 +00:00
parent 26ca4818df
commit 74edcb6c24

View file

@ -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: