4e58f720cc61c696f740527a5a8282a2e4582df0 hiram Tue Jun 6 10:31:21 2017 -0700 correct remove targets refs #19559 diff --git src/hg/hgGeneGraph/makefile src/hg/hgGeneGraph/makefile index 473b319..6d76d6f 100644 --- src/hg/hgGeneGraph/makefile +++ src/hg/hgGeneGraph/makefile @@ -5,31 +5,31 @@ #include ../../inc/cgi_build_rules.mk ifeq (${CGI_BIN_USER},) CGI_BIN_USER=${CGI_BIN}-${USER} endif ifeq (${CGI_BIN_BETA},) CGI_BIN_BETA=${CGI_BIN}-beta endif my:: rm -f ${CGI_BIN_USER}/hgGeneGraph cp -p hgGeneGraph ${CGI_BIN_USER}/ alpha:: - rm -f ${CGI_BIN}/hgMirror + rm -f ${CGI_BIN}/hgGeneGraph cp -p hgGeneGraph ${CGI_BIN}/ beta:: - rm -f ${CGI_BIN_BETA}/hgMirror + rm -f ${CGI_BIN_BETA}/hgGeneGraph cp -p hgGeneGraph ${CGI_BIN_BETA}/ clean:: compile:: lint:: pylint -E hgGeneGraph install::