58e25c03395494013032de03317630e411f43bb9 braney Mon Mar 28 14:58:35 2011 -0700 fix up makefiles to grok DESTDIR, add blat,gfServer, and gfClient to userApps #3152 diff --git src/hg/pslReps/makefile src/hg/pslReps/makefile index 09499ea..28b93d9 100644 --- src/hg/pslReps/makefile +++ src/hg/pslReps/makefile @@ -1,18 +1,18 @@ include ../../inc/common.mk L += -lm MYLIBDIR = ../../lib/$(MACHTYPE) MYLIBS = $(MYLIBDIR)/jkweb.a O = pslReps.o pslReps: $O $(MYLIBS) - ${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/pslReps${EXE} $O $(MYLIBS) $L + ${CC} ${COPT} ${CFLAGS} -o ${DESTDIR}${BINDIR}/pslReps${EXE} $O $(MYLIBS) $L lib: cd ../../lib && ${MAKE} clean:: rm -f ${O}