src/utils/stringify/makefile 1.11
1.11 2009/10/15 19:51:20 hiram
Properly send output to DESTDIR BINDIR
Index: src/utils/stringify/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/stringify/makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 4 -r1.10 -r1.11
--- src/utils/stringify/makefile 10 Mar 2009 00:34:50 -0000 1.10
+++ src/utils/stringify/makefile 15 Oct 2009 19:51:20 -0000 1.11
@@ -7,6 +7,6 @@
O = stringify.o
stringify: $O $(MYLIBS)
- ${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/stringify $O $(MYLIBS) $L
- ${STRIP} ${BINDIR}/stringify${EXE}
+ ${CC} ${COPT} ${CFLAGS} -o ${DESTDIR}${BINDIR}/stringify $O $(MYLIBS) $L
+ ${STRIP} ${DESTDIR}${BINDIR}/stringify${EXE}