[SCM] libav/experimental: Remove TAGS target cruft.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:22:03 UTC 2013


The following commit has been merged in the experimental branch:
commit 936d48911af2e517882838f6377324e2b782ac59
Author: Diego Biurrun <diego at biurrun.de>
Date:   Tue May 27 00:38:35 2008 +0000

    Remove TAGS target cruft.
    
    Originally committed as revision 13451 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index 8d70490..78cf971 100644
--- a/Makefile
+++ b/Makefile
@@ -160,7 +160,7 @@ uninstall-vhook:
 	-rmdir "$(SHLIBDIR)/vhook/"
 
 clean::
-	rm -f gmon.out TAGS $(ALLPROGS) $(ALLPROGS_G) \
+	rm -f gmon.out $(ALLPROGS) $(ALLPROGS_G) \
 	   output_example$(EXESUF)
 	rm -f doc/*.html doc/*.pod doc/*.1
 	rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~
@@ -341,6 +341,6 @@ tests/seek_test$(EXESUF): tests/seek_test.c $(FF_DEP_LIBS)
 	$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
 
 
-.PHONY: lib videohook documentation TAGS *test regtest-* swscale-error
+.PHONY: lib videohook documentation *test regtest-* swscale-error
 
 -include $(VHOOK_DEPS)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list