80531ff78f330d4bfa53e57cb744cea5cc771bfc
hiram
  Wed Aug 21 09:06:16 2024 -0700
correct name asr.cgi.pl refs #29327

diff --git src/hg/gar/makefile src/hg/gar/makefile
index d82d82d..783d92e 100644
--- src/hg/gar/makefile
+++ src/hg/gar/makefile
@@ -1,36 +1,36 @@
 kentSrc = ../..
 include $(kentSrc)/inc/common.mk
 
 ifeq (${CGI_BIN_USER},)
     CGI_BIN_USER=${CGI_BIN}-${USER}
 endif
 
 ifeq (${CGI_BIN_BETA},)
     CGI_BIN_BETA=${CGI_BIN}-beta
 endif
 
 my::
 	cp -p --remove-destination  gar.cgi.pl $(CGI_BIN_USER)/gar
-	cp -p --remove-destination  asl.cgi.pl $(CGI_BIN_USER)/asl
+	cp -p --remove-destination  asr.cgi.pl $(CGI_BIN_USER)/asr
 
 cgi::
 	cp -p --remove-destination  gar.cgi.pl $(CGI_BIN_USER)/gar
-	cp -p --remove-destination  asl.cgi.pl $(CGI_BIN_USER)/asl
+	cp -p --remove-destination  asr.cgi.pl $(CGI_BIN_USER)/asr
 
 alpha::
 	cp -p --remove-destination  gar.cgi.pl $(CGI_BIN)/gar
-	cp -p --remove-destination  asl.cgi.pl $(CGI_BIN)/asl
+	cp -p --remove-destination  asr.cgi.pl $(CGI_BIN)/asr
 
 beta::
 	cp -p --remove-destination  gar.cgi.pl $(CGI_BIN_BETA)/gar
-	cp -p --remove-destination  asl.cgi.pl $(CGI_BIN_BETA)/asl
+	cp -p --remove-destination  asr.cgi.pl $(CGI_BIN_BETA)/asr
 
 install::
 	cp -p --remove-destination  gar.cgi.pl $(CGI_BIN)/gar
-	cp -p --remove-destination  asl.cgi.pl $(CGI_BIN)/asl
+	cp -p --remove-destination  asr.cgi.pl $(CGI_BIN)/asr
 
 compile::
 	@ls -og gar.cgi.pl
-	@ls -og asl.cgi.pl
+	@ls -og asr.cgi.pl
 
 clean::