[vlc-devel] commit: contrib: fixed iconv hack when run for the first time ( Felix Paul Kühne )

git version control git at videolan.org
Tue Feb 16 23:42:54 CET 2010


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Feb 16 23:42:44 2010 +0100| [c2078b6615039c5d0d0f3dedc077e0f51fd592ef] | committer: Felix Paul Kühne 

contrib: fixed iconv hack when run for the first time

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

 extras/contrib/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile
index de6859c..b389427 100644
--- a/extras/contrib/Makefile
+++ b/extras/contrib/Makefile
@@ -68,7 +68,7 @@ hosts/$(HOST)/.$(CONTRIBREV): contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2
     # result in linking issues
 ifdef HAVE_DARWIN_10
 	(cd $(PREFIX)/lib && sed -e 's%/usr/lib/libiconv.la%$(PREFIX)/lib/libiconv.la%g' -i.orig *.la && rm -f *.la.orig)
-	(cd src && rm .iconv && $(MAKE) .iconv)
+	(cd src && rm -f .iconv && $(MAKE) .iconv)
 endif
 	touch hosts/$(HOST)/.$(CONTRIBREV)
 




More information about the vlc-devel mailing list