[FFmpeg-cvslog] r13451 - trunk/Makefile

diego subversion
Tue May 27 02:38:35 CEST 2008


Author: diego
Date: Tue May 27 02:38:35 2008
New Revision: 13451

Log:
Remove TAGS target cruft.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Tue May 27 02:38:35 2008
@@ -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_tes
 	$(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)




More information about the ffmpeg-cvslog mailing list