Commit 6f510512 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove unused target

parent aeb754e3
......@@ -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
###############################################################################
......
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