Commit 9b61c0aa authored by Christophe Massiot's avatar Christophe Massiot

* Fixed typos.

parent 11a86fba
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment