OSDN Git Service

Create $(shlibdir), not $(libdir) for shared libs.
authorDiego Biurrun <diego@biurrun.de>
Mon, 31 Jul 2006 22:30:32 +0000 (22:30 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 31 Jul 2006 22:30:32 +0000 (22:30 +0000)
Originally committed as revision 5874 to svn://svn.ffmpeg.org/ffmpeg/trunk

common.mak

index f06d326..6154883 100644 (file)
@@ -60,7 +60,7 @@ install: install-libs install-headers
 install-libs: $(INSTLIBTARGETS)
 
 install-lib-shared: $(SLIBNAME)
-       install -d "$(libdir)"
+       install -d "$(shlibdir)"
 ifeq ($(CONFIG_MINGW),yes)
        install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)"
 else