Commit e3441500 authored by ramiro's avatar ramiro

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9766 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0fa21096
...@@ -19,7 +19,7 @@ OBJS := $(OBJS) $(ASM_OBJS) $(CPPOBJS) ...@@ -19,7 +19,7 @@ OBJS := $(OBJS) $(ASM_OBJS) $(CPPOBJS)
STATIC_OBJS := $(OBJS) $(STATIC_OBJS) STATIC_OBJS := $(OBJS) $(STATIC_OBJS)
SHARED_OBJS := $(OBJS) $(SHARED_OBJS) SHARED_OBJS := $(OBJS) $(SHARED_OBJS)
all: $(EXTRADEPS) $(LIB) $(SLIBNAME) all: $(LIB) $(SLIBNAME)
$(LIB): $(STATIC_OBJS) $(LIB): $(STATIC_OBJS)
rm -f $@ rm -f $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment