cf27523eef7f7691c996dfe2ba07ef504f653362 markd Mon Aug 30 13:19:37 2010 -0700 fixed broken rule, not sure why this was even working diff --git src/hg/pslMap/makefile src/hg/pslMap/makefile index 4d36483..70fb717 100644 --- src/hg/pslMap/makefile +++ src/hg/pslMap/makefile @@ -10,7 +10,7 @@ all: ${BINDIR}/pslMap -pslMap: ${O} ${MYLIBS} +${BINDIR}/pslMap: ${O} ${MYLIBS} ${CC} ${COPT} ${CFLAGS} -o ${DESTDIR}${BINDIR}/${A}${EXE} $O ${MYLIBS} ${L} ${STRIP} ${DESTDIR}${BINDIR}/${A}${EXE}