src/utils/bigWigInfo/makefile 1.3

1.3 2009/09/22 19:43:29 galt
adding DESTDIR
Index: src/utils/bigWigInfo/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/bigWigInfo/makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 1000000 -r1.2 -r1.3
--- src/utils/bigWigInfo/makefile	8 Jul 2009 16:49:57 -0000	1.2
+++ src/utils/bigWigInfo/makefile	22 Sep 2009 19:43:29 -0000	1.3
@@ -1,14 +1,14 @@
 include ../../inc/common.mk
 
 L += -lm
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkweb.a
 
 O = bigWigInfo.o
 
 bigWigInfo: $O ${MYLIBS}
-	${CC} ${COPT} -o ${BINDIR}/bigWigInfo $O ${MYLIBS} $L
-	${STRIP} ${BINDIR}/bigWigInfo${EXE}
+	${CC} ${COPT} -o ${DESTDIR}${BINDIR}/bigWigInfo $O ${MYLIBS} $L
+	${STRIP} ${DESTDIR}${BINDIR}/bigWigInfo${EXE}
 
 clean:
 	rm -f $O