src/inc/common.mk 1.72

1.72 2009/10/15 19:26:36 hiram
STRINGIFY needs to look in DESTDIR
Index: src/inc/common.mk
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/common.mk,v
retrieving revision 1.71
retrieving revision 1.72
diff -b -B -U 4 -r1.71 -r1.72
--- src/inc/common.mk	8 Oct 2009 06:25:38 -0000	1.71
+++ src/inc/common.mk	15 Oct 2009 19:26:36 -0000	1.72
@@ -103,9 +103,9 @@
   EXE=
 endif
 
 # location of stringify program
-STRINGIFY = ${BINDIR}/stringify
+STRINGIFY = ${DESTDIR}${BINDIR}/stringify
 
 #Lowelab defines
 #The lowelab specific code will be included in compilation if the following conditions are satistied
 LOWELAB_WIKI_DEF=