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
6f510512
Commit
6f510512
authored
Apr 21, 2008
by
Rémi Denis-Courmont
Browse files
Remove unused target
parent
aeb754e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
6f510512
...
...
@@ -281,7 +281,7 @@ vlc-config.in: vlc-config.in.in
./config.status
--recheck
touch
$@
CLEANFILES
=
$(BUILT_SOURCES_clean)
stamp-builtin
CLEANFILES
=
$(BUILT_SOURCES_clean)
DISTCLEANFILES
=
$(BUILT_SOURCES_distclean)
vlc-config.in compile ChangeLog
# Shortcut for developpers to rebuild the core (libvlc + vlc)
...
...
@@ -1108,19 +1108,6 @@ update-po:
#cd po && $(MAKE) update-po
###############################################################################
# Stamp rules
###############################################################################
stamp-builtin
:
@
for
dep
in
""
`
$(VLC_CONFIG)
--target
plugin
`
;
do
\
if
test
"
$
${dep}
.la"
-nt
"
$(top_builddir)
/vlc
$(EXEEXT)
"
;
then
\
touch
"
$@
"
;
\
break
;
\
fi
;
\
done
.PHONY
:
stamp-builtin
###############################################################################
# Enforce Mac OS X deployment target environment variable
###############################################################################
...
...
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