diff options
author | Måns Rullgård <mans@mansr.com> | 2008-04-09 21:11:35 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-04-09 21:11:35 +0000 |
commit | 8a03404d4f15e2b8aefdeca9294f5c31d429ca75 (patch) | |
tree | 937a2f321f1c9a3eeb9c8a33a312dec320fa6a8a /subdir.mak | |
parent | caec74dd659df1d5a4e34b8b44d8fc81d8ba2285 (diff) | |
download | ffmpeg-8a03404d4f15e2b8aefdeca9294f5c31d429ca75.tar.gz |
fix build with --build-suffix
Originally committed as revision 12776 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'subdir.mak')
-rw-r--r-- | subdir.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subdir.mak b/subdir.mak index 5b92f78566..f78d3cbdd3 100644 --- a/subdir.mak +++ b/subdir.mak @@ -34,7 +34,7 @@ $(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(OBJS) ifdef SUBDIR $(SUBDIR)$(SLIBNAME_WITH_MAJOR): \ - $(foreach L,$(FFLIBS),lib$(L)/$(SLIBPREF)$(L)$(SLIBSUF)) + $(foreach NAME,$(FFLIBS),lib$(NAME)/$(SLIBNAME)) endif endif |