From 34ae2d90e00564a0b88b9d9ae4b5135b0099f051 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Fri, 9 Jul 2010 23:37:19 +0000
Subject: [PATCH] Remove dead target from .PHONY list

Originally committed as revision 24151 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 029948d5265..fa521efb7d5 100644
--- a/Makefile
+++ b/Makefile
@@ -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
-- 
GitLab