]> git.sesse.net Git - vlc/commitdiff
* Fixed typos.
authorChristophe Massiot <massiot@videolan.org>
Sat, 15 Nov 2003 13:09:02 +0000 (13:09 +0000)
committerChristophe Massiot <massiot@videolan.org>
Sat, 15 Nov 2003 13:09:02 +0000 (13:09 +0000)
extras/contrib/Makefile
extras/contrib/src/Makefile

index a16307605e559b9271633140c91e4f5815ef5c1d..4d123087b0f8754349cf4c9cdd7e96615a5e4928 100644 (file)
@@ -2,7 +2,7 @@
 # Makefile : Build vlc-contrib files
 # ***************************************************************************
 # Copyright (C) 2003 VideoLAN
-# $Id: Makefile,v 1.1 2003/11/15 01:21:48 massiot Exp $
+# $Id: Makefile,v 1.2 2003/11/15 13:09:02 massiot Exp $
 # 
 # Authors: Christophe Massiot <massiot@via.ecp.fr>
 # 
@@ -31,8 +31,10 @@ all: FORCE
 src: FORCE
        $(MAKE) -C src all
 
-bin: FORCE
+contrib-macosx.tar.bz2: FORCE
        $(WGET) $(CONTRIB_URL)
+
+bin: contrib-macosx.tar.bz2
        bunzip2 -c $< | tar xf -
 
 clean-src: FORCE
index 7da0721acca818c884983852f6908faab44bf279..e62aa763e1461fbba70ebd0153d224651bd233cd 100644 (file)
@@ -2,7 +2,7 @@
 # src/Makefile : Dearchive and compile all files necessary
 # ***************************************************************************
 # Copyright (C) 2003 VideoLAN
-# $Id: Makefile,v 1.1 2003/11/15 01:21:48 massiot Exp $
+# $Id: Makefile,v 1.2 2003/11/15 13:09:02 massiot Exp $
 #
 # Authors: Christophe Massiot <massiot@via.ecp.fr>
 #
@@ -528,7 +528,7 @@ ffmpeg: ffmpeg-$(FFMPEG_VERSION).tar.gz
 
 CLEAN_FILE += .ffmpeg
 CLEAN_PKG += ffmpeg
-DISTCLEAN_PKG += ffmpeg-(FFMPEG_VERSION).tar.gz
+DISTCLEAN_PKG += ffmpeg-$(FFMPEG_VERSION).tar.gz
 
 # ***************************************************************************
 # openslp