diff options
author | Måns Rullgård | 2010-07-09 23:37:19 +0000 |
---|---|---|
committer | Måns Rullgård | 2010-07-09 23:37:19 +0000 |
commit | 34ae2d90e00564a0b88b9d9ae4b5135b0099f051 (patch) | |
tree | 69afe18f51a2322655462a78d9532962214a6ba6 /Makefile | |
parent | 7d610af6f295832dc4f54bda038001796d3af2c7 (diff) |
Remove dead target from .PHONY list
Originally committed as revision 24151 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -291,4 +291,4 @@ fate fate2 $(FATE_TESTS): @echo "SAMPLES not specified, cannot run FATE" endif -.PHONY: documentation *test regtest-* zlib-error alltools check config +.PHONY: documentation *test regtest-* alltools check config |