From 06aa32ff18eefd9bcd9755405d7ec72288509d21 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 27 Apr 2006 03:30:50 +0000 Subject: [PATCH] Add EXTRADEPS variable for extra dependencies that need to be built first. Originally committed as revision 5323 to svn://svn.ffmpeg.org/ffmpeg/trunk --- common.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mak b/common.mak index 3bcf1e96e6..24ccaedb82 100644 --- a/common.mak +++ b/common.mak @@ -24,7 +24,7 @@ OBJS := $(OBJS) $(ASM_OBJS) $(CPPOBJS) STATIC_OBJS := $(OBJS) $(STATIC_OBJS) SHARED_OBJS := $(OBJS) $(SHARED_OBJS) -all: $(LIB) $(SLIBNAME) +all: $(EXTRADEPS) $(LIB) $(SLIBNAME) $(LIB): $(STATIC_OBJS) rm -f $@