changeset 26520:e9f5296505f0

Remove unnecessary -lm linker flag from test program compilation command.
author diego
date Sun, 27 Apr 2008 10:34:24 +0000
parents 04da3c7a6326
children 4bcaa9a8a860
files liba52/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liba52/Makefile	Sat Apr 26 18:02:23 2008 +0000
+++ b/liba52/Makefile	Sun Apr 27 10:34:24 2008 +0000
@@ -13,4 +13,4 @@
 include ../mpcommon.mak
 
 test: test.c ../cpudetect.o $(LIBNAME_COMMON)
-	$(CC) $(CFLAGS) -o $@ $^ -lm
+	$(CC) $(CFLAGS) -o $@ $^