From 2e98d87cfc5144dd093d6ca47a577d7228552594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Wed, 27 Feb 2008 21:38:36 +0000 Subject: [PATCH] simplify lzo-test rule Originally committed as revision 12269 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavutil/Makefile b/libavutil/Makefile index 04fd16fac0..0cf55f50fa 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -45,8 +45,7 @@ TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 sha1 softfloat t include ../common.mak -lzo-test$(EXESUF): lzo.c $(LIBNAME) - $(CC) $(CFLAGS) $(LDFLAGS) -DTEST -o $@ $^ $(EXTRALIBS) -llzo2 +lzo-test$(EXESUF): EXTRALIBS += -llzo2 clean:: rm -f lzo-test$(EXESUF)