From 15aeb0c9ca15f764f121ba9b86ba16ec5c3fe0d3 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 27 Apr 2008 10:34:24 +0000 Subject: Remove unnecessary -lm linker flag from test program compilation command. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26552 b3059339-0415-0410-9bf9-f77b7e298cf2 --- liba52/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'liba52') diff --git a/liba52/Makefile b/liba52/Makefile index 4f80402832..868f8df9a7 100644 --- a/liba52/Makefile +++ b/liba52/Makefile @@ -13,4 +13,4 @@ SRCS_COMMON = crc.c \ include ../mpcommon.mak test: test.c ../cpudetect.o $(LIBNAME_COMMON) - $(CC) $(CFLAGS) -o $@ $^ -lm + $(CC) $(CFLAGS) -o $@ $^ -- cgit v1.2.3