From 558dbb846983441d732b49934e8dc44d28f5300a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Tue, 20 Oct 2009 14:16:23 +0000 Subject: [PATCH] sin_tables.c is a generated file, so add it to CLEANFILES Originally committed as revision 20332 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 2080102a60..a53a7e5959 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -686,7 +686,7 @@ TESTPROGS-$(HAVE_MMX) += motion DIRS = alpha arm bfin mlib ppc ps2 sh4 sparc x86 -CLEANFILES = cos_tables.c costablegen$(HOSTEXESUF) +CLEANFILES = sin_tables.c cos_tables.c costablegen$(HOSTEXESUF) include $(SUBDIR)../subdir.mak