[vlc-devel] commit: Remove unused target ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Apr 21 22:05:06 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Mon Apr 21 22:36:29 2008 +0300| [6f5105121aa7f249a49da9879271e7cec7ff31d8]
Remove unused target
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6f5105121aa7f249a49da9879271e7cec7ff31d8
---
Makefile.am | 15 +--------------
1 files changed, 1 insertions(+), 14 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 08a1a47..1f2b1ce 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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)
@@ -1109,19 +1109,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
###############################################################################
macosx-sdk: Makefile.in $(HEADERS_include) vlc-config
More information about the vlc-devel
mailing list