Commit 25211bdf authored by diego's avatar diego

Remove TAGS target cruft.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13451 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e5c11b06
...@@ -160,7 +160,7 @@ uninstall-vhook: ...@@ -160,7 +160,7 @@ uninstall-vhook:
-rmdir "$(SHLIBDIR)/vhook/" -rmdir "$(SHLIBDIR)/vhook/"
clean:: clean::
rm -f gmon.out TAGS $(ALLPROGS) $(ALLPROGS_G) \ rm -f gmon.out $(ALLPROGS) $(ALLPROGS_G) \
output_example$(EXESUF) output_example$(EXESUF)
rm -f doc/*.html doc/*.pod doc/*.1 rm -f doc/*.html doc/*.pod doc/*.1
rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~ 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) ...@@ -341,6 +341,6 @@ tests/seek_test$(EXESUF): tests/seek_test.c $(FF_DEP_LIBS)
$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS) $(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) -include $(VHOOK_DEPS)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment