[vlc-devel] commit: Make sure we download all sources first ( Felix Paul Kühne )
git version control
git at videolan.org
Thu Jun 12 06:07:28 CEST 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Jun 12 06:08:28 2008 +0200| [7a8c67c20fd1efca32b72897447d308ab023a1d9]
Make sure we download all sources first
(only on supported platforms, being just Darwin right now)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7a8c67c20fd1efca32b72897447d308ab023a1d9
---
extras/contrib/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile
index d7b2dcf..71fec98 100644
--- a/extras/contrib/Makefile
+++ b/extras/contrib/Makefile
@@ -28,7 +28,7 @@ include ./config.mak
BUILDDIRS = bin doc etc include info lib man sbin share vlc-lib tmp gecko-sdk config.mak distro.mak
all:
- $(MAKE) -C src all
+ $(MAKE) -C src
contrib-macosx.tar.bz2:
$(WGET) $(CONTRIB_URL)
More information about the vlc-devel
mailing list