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:
parent
6b8bcd3ed3
commit
b8ef6423c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue