be2da401f8b737388e03510fd5a59910d914b966 galt Mon Oct 26 13:29:14 2015 -0700 oops somebody lost the beta-specific parts of some lines under the beta target diff --git src/hg/hgc/makefile src/hg/hgc/makefile index 1f8bdbe..a405747 100644 --- src/hg/hgc/makefile +++ src/hg/hgc/makefile @@ -23,18 +23,18 @@ compile: $O ${CC} ${CFLAGS} $O ${F64} ${MYLIBS} ${L} mv ${AOUT} $A${EXE} my:: rm -rf ${CGI_BIN}-${USER}/hgcData ${CGI_BIN}-${USER}/lsSnpPdbChimera.py rsync -aO --exclude=CVS/ --exclude=.svn/ --delete hgcData ../lib/lsSnpPdbChimera.py ${CGI_BIN}-${USER}/ chmod -R a+rX ${CGI_BIN}-${USER}/hgcData ${CGI_BIN}-${USER}/lsSnpPdbChimera.py alpha:: rm -fr ${CGI_BIN}/hgcData ${CGI_BIN}/lsSnpPdbChimera.py rsync -aO --exclude=CVS/ --exclude=.svn/ --delete hgcData ../lib/lsSnpPdbChimera.py ${CGI_BIN}/ chmod -R a+rX,g+w ${CGI_BIN}/hgcData ${CGI_BIN}/lsSnpPdbChimera.py beta:: - rm -fr ${CGI_BIN}/hgcData ${CGI_BIN}/lsSnpPdbChimera.py + rm -fr ${CGI_BIN}-beta/hgcData ${CGI_BIN}-beta/lsSnpPdbChimera.py rsync -aO --exclude=CVS/ --exclude=.svn/ --delete hgcData ../lib/lsSnpPdbChimera.py ${CGI_BIN}-beta/ - chmod -R a+rX,g+w ${CGI_BIN}/hgcData ${CGI_BIN}/lsSnpPdbChimera.py + chmod -R a+rX,g+w ${CGI_BIN}-beta/hgcData ${CGI_BIN}-beta/lsSnpPdbChimera.py