diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-26 10:12:21 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-26 10:12:21 +0000 |
commit | 3344cf851c55d80080ec8f47bb1637200619ed5f (patch) | |
tree | 9149c40c1845d2a703c12375c9ecf8f48eac9444 /libavutil | |
parent | d4efacff64f8b07c24eabb38f855ff06a10dcc31 (diff) | |
download | ffmpeg-3344cf851c55d80080ec8f47bb1637200619ed5f.tar.gz |
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
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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) |