Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
902981f5
Commit
902981f5
authored
Aug 13, 2005
by
Rémi Denis-Courmont
Browse files
Fix make dist when builddir != srcdir
parent
2229dc40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
902981f5
...
...
@@ -258,8 +258,8 @@ EXTRA_DIST += \
$(NULL)
dist-hook
:
cd
$(distdir)
&&
srcdir
=
$(srcdir)
$(srcdir)
/toolbox
--update-vc
distdir
=
$(distdir)
srcdir
=
$(srcdir)
$(srcdir)
/toolbox
--dist-contrib
cd
$(distdir)
&&
srcdir
=
.
$(SHELL)
.
/toolbox
--update-vc
distdir
=
$(distdir)
srcdir
=
$(srcdir)
$(SHELL)
$(srcdir)
/toolbox
--dist-contrib
###############################################################################
# Building libvlc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment