Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
12d8a1d4
Commit
12d8a1d4
authored
Aug 19, 2005
by
Rémi Denis-Courmont
Browse files
Remove unnecessary dependencies
parent
a6223251
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
12d8a1d4
...
...
@@ -136,7 +136,7 @@ src/misc/version.c: FORCE
srcdir
=
$(srcdir)
$(srcdir)
/toolbox
--update-version
# These dependencies are mandatory
$(SOURCES_libvlc)
:
src/misc/modules_builtin.h
$(LIB_intl)
$(SOURCES_libvlc)
:
$(LIB_intl)
###############################################################################
# Optional libintl - FIXME, bad dependencies
...
...
@@ -1038,7 +1038,7 @@ stamp-builtin: FORCE
done
@
if
test
!
-f
$@
;
then
printf
""
>
$@
;
fi
stamp-api
:
Makefile.in $(HEADERS_include) vlc-config vlc-api.pl
src/misc/modules_builtin.h.in
stamp-api
:
Makefile.in $(HEADERS_include) vlc-config vlc-api.pl
(
cd
$(srcdir)
&&
cat
$(HEADERS_include)
)
|
\
top_srcdir
=
"
$(top_srcdir)
"
perl
$(top_srcdir)
/vlc-api.pl
touch
stamp-api
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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