Commit 902981f5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix make dist when builddir != srcdir

parent 2229dc40
...@@ -258,8 +258,8 @@ EXTRA_DIST += \ ...@@ -258,8 +258,8 @@ EXTRA_DIST += \
$(NULL) $(NULL)
dist-hook: dist-hook:
cd $(distdir) && srcdir=$(srcdir) $(srcdir)/toolbox --update-vc cd $(distdir) && srcdir=. $(SHELL) ./toolbox --update-vc
distdir=$(distdir) srcdir=$(srcdir) $(srcdir)/toolbox --dist-contrib distdir=$(distdir) srcdir=$(srcdir) $(SHELL) $(srcdir)/toolbox --dist-contrib
############################################################################### ###############################################################################
# Building libvlc # Building libvlc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment