From 74edcb6c247364598e03d06fa87613ae9f673a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Fri, 17 Jul 2009 14:04:02 +0000 Subject: [PATCH] Fix a dependency so we compile stuff in correct order when doing parallel builds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b263bc68..c5c73c9c 100644 --- a/Makefile +++ b/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: