[vlc-commits] commit: Fix out of tree builds ( Rafaël Carré )
git at videolan.org
git at videolan.org
Mon Oct 25 18:57:25 CEST 2010
vlc/vlc-1.1 | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Mon Oct 25 18:13:52 2010 +0200| [a00d7c2b19b387ba40a42e3ba415cd6c0e153639] | committer: Rafaël Carré
Fix out of tree builds
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=a00d7c2b19b387ba40a42e3ba415cd6c0e153639
---
src/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 7ec0019..b108cff 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -132,7 +132,8 @@ noinst_HEADERS = \
$(NULL)
../include/vlc/libvlc_version.h: ../include/vlc/libvlc_version.h.in $(top_builddir)/config.status
- $(SHELL) $(top_builddir)/config.status --file=$@
+ $(AM_V_GEN)cd "$(top_builddir)" && \
+ $(SHELL) ./config.status --file=src/$@
../include/vlc_about.h: Makefile.am $(top_srcdir)/COPYING $(top_srcdir)/THANKS $(top_srcdir)/AUTHORS
$(AM_V_at)rm -f -- "$@.tmp"
More information about the vlc-commits
mailing list