From 3344cf851c55d80080ec8f47bb1637200619ed5f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 26 Mar 2009 10:12:21 +0000 Subject: Use a wildcard match instead of a list to remove test programs. This is robust against renames and also removes test programs not (yet) hooked up in the main Makefiles. Originally committed as revision 18193 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavutil/Makefile') diff --git a/libavutil/Makefile b/libavutil/Makefile index 51c50f4992..8428446b02 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -48,5 +48,3 @@ DIRS = arm bfin sh4 x86 include $(SUBDIR)../subdir.mak $(SUBDIR)lzo-test$(EXESUF): EXTRALIBS += -llzo2 - -CLEANFILES = lzo-test$(EXESUF) -- cgit v1.2.3