]> git.sesse.net Git - vlc/commitdiff
Compile all the twolame packages so we can get the .pc
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 8 Aug 2009 18:06:39 +0000 (20:06 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 8 Aug 2009 18:06:39 +0000 (20:06 +0200)
extras/contrib/src/Makefile

index b9a753f747314bfccafc06bf63e3d4ee64cb6122..cc16ace60453de3b5bfe06b98d06164247d0c9c8 100644 (file)
@@ -1694,7 +1694,7 @@ ifdef HAVE_WIN32
 endif
 
 .twolame: twolame
-       (cd twolame; $(HOSTCC) CFLAGS="${CFLAGS}  -DLIBTWOLAME_STATIC" ./configure $(HOSTCONF) --prefix=$(PREFIX) && cd libtwolame &&  make && make install)
+       (cd twolame; $(HOSTCC) CFLAGS="${CFLAGS}  -DLIBTWOLAME_STATIC" ./configure $(HOSTCONF) --prefix=$(PREFIX) &&  make && make install)
        $(INSTALL_NAME)
        touch $@