mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 13:35:13 +00:00
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
@ -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…
Reference in New Issue
Block a user