[vlc-devel] commit: Avoid bashism (Christophe Mutricy )
git version control
git at videolan.org
Wed Mar 25 23:34:14 CET 2009
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Wed Mar 25 22:33:53 2009 +0000| [c73675efaa815f87958fe97721c57d2f0d1019b5] | committer: Christophe Mutricy
Avoid bashism
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c73675efaa815f87958fe97721c57d2f0d1019b5
---
extras/contrib/src/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 857b08e..a05737f 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2404,7 +2404,7 @@ pthreads: pthreads-w32-$(PTHREADS_VERSION)-release.tar.gz
(cd $@; patch -p0 < ../Patches/pthreads-detach.patch)
.pthreads: pthreads
- (cd $<; $(HOSTCC) make $(PTHREADSCONF) GC GC-static && mkdir -p $(PREFIX)/include && cp -v pthread.h sched.h semaphore.h $(PREFIX)/include/ && mkdir -p $(PREFIX)/lib && cp -v *.{a,dll} $(PREFIX)/lib/)
+ (cd $<; $(HOSTCC) make $(PTHREADSCONF) GC GC-static && mkdir -p $(PREFIX)/include && cp -v pthread.h sched.h semaphore.h $(PREFIX)/include/ && mkdir -p $(PREFIX)/lib && cp -v *.a *.dll $(PREFIX)/lib/)
$(INSTALL_NAME)
touch $@
More information about the vlc-devel
mailing list