b515245139885e85616db56a4cfd1c6321a84e80
tdreszer
  Mon Apr 16 13:04:55 2012 -0700
Another batch of makefile changes to add -lm
diff --git src/hg/fakeOut/makefile src/hg/fakeOut/makefile
index 58baee9..436bcc4 100755
--- src/hg/fakeOut/makefile
+++ src/hg/fakeOut/makefile
@@ -1,10 +1,10 @@
 include ../../inc/common.mk
 
 
 O = fakeOut.o 
 
 fakeOut: $(O)
-	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/fakeOut $O ../../lib/$(MACHTYPE)/jkweb.a ${L}
+	${CC} ${COPT} ${CFLAGS} -lm -o ${BINDIR}/fakeOut $O ../../lib/$(MACHTYPE)/jkweb.a ${L}
 
 clean::
 	rm -f ${O}