summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-05-27 00:38:35 +0000
committerDiego Biurrun <diego@biurrun.de>2008-05-27 00:38:35 +0000
commit936d48911af2e517882838f6377324e2b782ac59 (patch)
treefefa554932aaaf4c762639f8efe161bcf334314f /Makefile
parent5caf0949c09205d1568df9c8444714495a5615b0 (diff)
Remove TAGS target cruft.
Originally committed as revision 13451 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8d70490e98..78cf971871 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)