Remove EXTRADEPS from common.mak since it is no longer used

Originally committed as revision 9766 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ramiro Polla 2007-07-19 21:44:33 +00:00
parent 6b8bcd3ed3
commit b8ef6423c7

View File

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