f56903393fa2ff726fab62f97fe8cd10b302fdff angie Fri Feb 25 11:26:56 2011 -0800 Feature #2820 (tabix: add as optional linked library in kent/src):Wow, adding an external lib dependency to linefile exposed the fact that many makefiles did not include ${L} properly. diff --git src/xenoAli/xaShow/makefile src/xenoAli/xaShow/makefile index 68d1caa..7540de4 100755 --- src/xenoAli/xaShow/makefile +++ src/xenoAli/xaShow/makefile @@ -1,14 +1,14 @@ include ../../inc/common.mk O = xaShow.o xaShow.exe: $(O) - ${CC} ${COPT} ${CFLAGS} $O ../../lib/$(MACHTYPE)/jkweb.a -lm + ${CC} ${COPT} ${CFLAGS} $O ../../lib/$(MACHTYPE)/jkweb.a ${L} -lm mv ${AOUT} xaShow.exe chmod a+rx xaShow.exe chmod g-w xaShow.exe mv xaShow.exe $(HOME)/.html/cgi-bin clean:: rm -f ${O}