38b1862f3105db822c42329926960b29ce12bf9a
larrym
  Tue Sep 27 16:43:11 2011 -0700
cleanup based on angie's code review comments
diff --git src/hg/hgTracks/makefile.hgRenderTracks src/hg/hgTracks/makefile.hgRenderTracks
index 3f3107e..6a16b70 100644
--- src/hg/hgTracks/makefile.hgRenderTracks
+++ src/hg/hgTracks/makefile.hgRenderTracks
@@ -1,22 +1,22 @@
 include ../../inc/common.mk
 
 L += ${MYSQLLIBS} -lm
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
 
 A = hgRenderTracks
 
-# COMMONO is defined in the parent makefile
+# RENDERO is defined in the parent makefile
 
-O = renderMain.o ${COMMONO} 
+O = ${RENDERO}
 
 include ../../inc/cgi_build_rules.mk
 
 %.o: %.c
 	${CC} ${COPT} ${CFLAGS} ${GBROWSE_D} ${LOWELAB_DEFS} ${HG_DEFS} ${HG_WARN} ${HG_INC} ${XINC} -o $@ -c $<
 
 mgsc: strip
 	mv $A ${CGI_BIN}/$A
 
 compile: $O
 	${CC} ${CFLAGS} -o $A $O ${MYLIBS} ${L}