diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-07-19 21:44:33 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-07-19 21:44:33 +0000 |
commit | b8ef6423c725ddd7c2f4065a40f2e0ea27d44376 (patch) | |
tree | 554861e1ffc2d6ec2660f44893f87f718369a1be /common.mak | |
parent | 6b8bcd3ed320372e2062f5e7394d4b50e304f375 (diff) | |
download | ffmpeg-b8ef6423c725ddd7c2f4065a40f2e0ea27d44376.tar.gz |
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.mak | 2 |
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 $@ |