summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-04-27 03:30:50 +0000
committerDiego Biurrun <diego@biurrun.de>2006-04-27 03:30:50 +0000
commit06aa32ff18eefd9bcd9755405d7ec72288509d21 (patch)
treee01ba27d90eeefee4dade35b9fea82e1438c47ae /common.mak
parent64eaac62ca3120124d000240f020d5d4fab51da2 (diff)
Add EXTRADEPS variable for extra dependencies that need to be built first.
Originally committed as revision 5323 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak2
1 files changed, 1 insertions, 1 deletions
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 $@