d0f6dc2d7df58ac53f13c10c52760191b5fedd4d
tdreszer
  Tue Apr 17 11:55:24 2012 -0700
Revert "Added -lm to a bunch of makefiles since Galt's recent change (I think) calls math routines in lib code."
This reverts commit d8d7b36bf9eac1c01e342ec56182caa374d46c3a.

diff --git src/xenoAli/bwana/makefile src/xenoAli/bwana/makefile
index 7bb4c64..4b900e0 100755
--- src/xenoAli/bwana/makefile
+++ src/xenoAli/bwana/makefile
@@ -1,11 +1,11 @@
 include ../../inc/common.mk
 
 
 O = bwana.o 
 
 bwana: $(O)
-	${CC} ${COPT} ${CFLAGS} -lm $O ../../lib/$(MACHTYPE)/jkOwnLib.a ../../lib/$(MACHTYPE)/jkweb.a ${L}
+	${CC} ${COPT} ${CFLAGS} $O ../../lib/$(MACHTYPE)/jkOwnLib.a ../../lib/$(MACHTYPE)/jkweb.a ${L}
 	mv ${AOUT} ${BINDIR}/bwana
 
 clean::
 	rm -f "${O}" "${AOUT}"