Remove TAGS target cruft.

Originally committed as revision 13451 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-05-27 00:38:35 +00:00
parent 5caf0949c0
commit 936d48911a
1 changed files with 2 additions and 2 deletions

View File

@ -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)