summaryrefslogtreecommitdiff
path: root/subdir.mak
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-04-09 21:11:39 +0000
committerMåns Rullgård <mans@mansr.com>2008-04-09 21:11:39 +0000
commit76ca42a8a010acf7939f5635282279c90a313d78 (patch)
tree69682b0f760d5da7ea8c2c644a27eda8e3bc1f96 /subdir.mak
parent8a03404d4f15e2b8aefdeca9294f5c31d429ca75 (diff)
move DEP_LIBS to common.mak
Originally committed as revision 12777 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'subdir.mak')
-rw-r--r--subdir.mak3
1 files changed, 1 insertions, 2 deletions
diff --git a/subdir.mak b/subdir.mak
index f78d3cbdd3..68850c80ba 100644
--- a/subdir.mak
+++ b/subdir.mak
@@ -33,8 +33,7 @@ $(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(OBJS)
$(SLIB_EXTRA_CMD)
ifdef SUBDIR
-$(SUBDIR)$(SLIBNAME_WITH_MAJOR): \
- $(foreach NAME,$(FFLIBS),lib$(NAME)/$(SLIBNAME))
+$(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(DEP_LIBS)
endif
endif