Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2007-07-20 01:44:33 +0400
committerRamiro Polla <ramiro.polla@gmail.com>2007-07-20 01:44:33 +0400
commitb8ef6423c725ddd7c2f4065a40f2e0ea27d44376 (patch)
tree554861e1ffc2d6ec2660f44893f87f718369a1be /common.mak
parent6b8bcd3ed320372e2062f5e7394d4b50e304f375 (diff)
Remove EXTRADEPS from common.mak since it is no longer used
Originally committed as revision 9766 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 feee94f575..728fe0a451 100644
--- a/common.mak
+++ b/common.mak
@@ -19,7 +19,7 @@ OBJS := $(OBJS) $(ASM_OBJS) $(CPPOBJS)
STATIC_OBJS := $(OBJS) $(STATIC_OBJS)
SHARED_OBJS := $(OBJS) $(SHARED_OBJS)
-all: $(EXTRADEPS) $(LIB) $(SLIBNAME)
+all: $(LIB) $(SLIBNAME)
$(LIB): $(STATIC_OBJS)
rm -f $@