Changeset 6f5105121aa7f249a49da9879271e7cec7ff31d8

Show
Ignore:
Timestamp:
04/21/08 22:06:06 (3 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1208808366 +0300
git-parent:

[aeb754e3de5e0a8f4fc5e7139a7c7bd394cba464]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1208806589 +0300
Message:

Remove unused target

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    ree48226 r6f51051  
    282282    touch $@ 
    283283 
    284 CLEANFILES = $(BUILT_SOURCES_clean) stamp-builtin 
     284CLEANFILES = $(BUILT_SOURCES_clean) 
    285285DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile ChangeLog 
    286286 
     
    11101110 
    11111111############################################################################### 
    1112 # Stamp rules 
    1113 ############################################################################### 
    1114 stamp-builtin: 
    1115     @for dep in "" `$(VLC_CONFIG) --target plugin`; do \ 
    1116       if test "$${dep}.la" -nt "$(top_builddir)/vlc$(EXEEXT)"; then \ 
    1117         touch "$@"; \ 
    1118         break; \ 
    1119       fi; \ 
    1120     done 
    1121  
    1122 .PHONY: stamp-builtin 
    1123  
    1124 ############################################################################### 
    11251112# Enforce Mac OS X deployment target environment variable 
    11261113###############################################################################