[NUT-devel] [nut]: r547 - src/trunk/nututils/Makefile

diego subversion at mplayerhq.hu
Sat Feb 2 13:11:57 CET 2008


Author: diego
Date: Sat Feb  2 13:11:56 2008
New Revision: 547

Log:
Remove unused -lm linker flag.


Modified:
   src/trunk/nututils/Makefile

Modified: src/trunk/nututils/Makefile
==============================================================================
--- src/trunk/nututils/Makefile	(original)
+++ src/trunk/nututils/Makefile	Sat Feb  2 13:11:56 2008
@@ -1,6 +1,6 @@
 include ../config.mak
 
-CFLAGS += -I../libnut -lm
+CFLAGS += -I../libnut
 
 all: avireader nutmerge nutindex nutparse # oggreader
 



More information about the NUT-devel mailing list