[vlc-commits] remove trailing space breaking dependencies

Rafaël Carré git at videolan.org
Thu Dec 1 01:45:12 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Nov 30 19:43:11 2011 -0500| [393b363ff8de09ff0eaf000d4751d3a7851dd4ca] | committer: Rafaël Carré

remove trailing space breaking dependencies

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=393b363ff8de09ff0eaf000d4751d3a7851dd4ca
---

 contrib/src/bluray/rules.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/src/bluray/rules.mak b/contrib/src/bluray/rules.mak
index 5eb2884..09cebfc 100644
--- a/contrib/src/bluray/rules.mak
+++ b/contrib/src/bluray/rules.mak
@@ -20,7 +20,7 @@ libbluray: libbluray-0.2.1.tar.bz2 .sum-bluray
 	$(APPLY) $(SRC)/bluray/pkg-static.patch
 	$(MOVE)
 
-.libbluray: libbluray 
+.libbluray: libbluray
 	cd $< && ./bootstrap
 	cd $< && $(HOSTVARS) ./configure --disable-examples --disable-debug --disable-libxml2 $(HOSTCONF)
 	cd $< && $(MAKE) install



More information about the vlc-commits mailing list