5adcf6bc2904690de7b7b30a83ec8a7a0996abe9
galt
  Tue Aug 21 00:01:25 2018 -0700
changing cse subdomain to soe

diff --git src/hg/phyloPng/makefile src/hg/phyloPng/makefile
index 75cfec8..d01508a 100644
--- src/hg/phyloPng/makefile
+++ src/hg/phyloPng/makefile
@@ -1,35 +1,35 @@
 kentSrc = ../..
 include ../../inc/common.mk
 
 L += $(MYSQLLIBS) -lm
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS =  $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a
 
 A = phyloPng
 
 O = ${A}.o
 
 include ../../inc/cgi_build_rules.mk
 
 # phyloPng is both a utilitiy that can be run from the commandline, and a CGI.
 
 my:: compile
 	if [ -d "${BINDIR}" ] && [ ! ${CGI_BIN}-${USER}/$A -ef ${DESTDIR}${BINDIR}/$A ] ; then \
 	    cp ${CGI_BIN}-${USER}/$A ${DESTDIR}${BINDIR}/; \
 	fi
 
 compile: $O
 	${CC} $O ${MYLIBS} ${L}
 	mv ${AOUT} $A${EXE}
 	chmod a+rx $A${EXE}
 
 test: compile
 	${DESTDIR}${BINDIR}/phyloPng -phyloPng_tree=17way.nh > test.png
 	file test.png
 
 testWeb: compile
-	wget -O testWeb.png 'http://hgwdev.cse.ucsc.edu/cgi-bin/phyloPng?phyloPng_tree=(A:0.1,B:0.1);'
+	wget -O testWeb.png 'http://hgwdev.soe.ucsc.edu/cgi-bin/phyloPng?phyloPng_tree=(A:0.1,B:0.1);'
 	file testWeb.png
 
 clean::
 	rm -f test.png testWeb.png