src/hg/mouseStuff/mafToAxt/makefile 1.8

1.8 2010/01/04 19:12:38 kent
Merging viewInTheMiddle branch.
Index: src/hg/mouseStuff/mafToAxt/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/mouseStuff/mafToAxt/makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -B -U 1000000 -r1.7 -r1.8
--- src/hg/mouseStuff/mafToAxt/makefile	10 Mar 2009 00:34:18 -0000	1.7
+++ src/hg/mouseStuff/mafToAxt/makefile	4 Jan 2010 19:12:38 -0000	1.8
@@ -1,11 +1,11 @@
 include ../../../inc/common.mk
 
 L += -lm
-MYLIBDIR = ../../../../src/lib/$(MACHTYPE)
+MYLIBDIR = ../../../lib/$(MACHTYPE)
 MYLIBS =  $(MYLIBDIR)/jkweb.a
 
 O = mafToAxt.o
 
 mafToAxt: $O $(MYLIBS)
 	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/mafToAxt $O $(MYLIBS) $L
 #	${STRIP} ${BINDIR}/mafToAxt${EXE}