projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
move DEP_LIBS to common.mak
[ffmpeg.git]
/
subdir.mak
diff --git
a/subdir.mak
b/subdir.mak
index
f78d3cb
..
68850c8
100644
(file)
--- 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