]> git.sesse.net Git - vlc/commitdiff
s/wget/$(WGET)/. pointed by markfm
authorChristophe Mutricy <xtophe@videolan.org>
Sun, 4 Mar 2007 14:20:18 +0000 (14:20 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sun, 4 Mar 2007 14:20:18 +0000 (14:20 +0000)
extras/contrib/src/Makefile

index 40180575ed758a97baf056b48c176bb2ccada4ab..84a66a54e6c29e6d36de46a49f67af8301861b5e 100644 (file)
@@ -1472,7 +1472,7 @@ endif
 
 .twolame: twolame
 ifdef HAVE_WIN32
-       (cd twolame/win32; wget "http://twolame.svn.sourceforge.net/viewvc/*checkout*/twolame/trunk/win32/winutil.h")
+       (cd twolame/win32; $(WGET) "http://twolame.svn.sourceforge.net/viewvc/*checkout*/twolame/trunk/win32/winutil.h")
 endif  
        (cd twolame; $(HOSTCC) CFLAGS="${CFLAGS}  -DLIBTWOLAME_STATIC" ./configure $(HOSTCONF) --prefix=$(PREFIX) && cd libtwolame &&  make && make install)
        $(INSTALL_NAME)