d59600ca59d93eb9691b386f7fc2d73e518242f7
markd
  Mon May 5 17:10:24 2025 -0700
fixed stale comment

diff --git src/inc/cgiLoader.mk src/inc/cgiLoader.mk
index eabc054a032..e8780288ecf 100644
--- src/inc/cgiLoader.mk
+++ src/inc/cgiLoader.mk
@@ -1,26 +1,25 @@
 ########################################################################
 # make rules for programs that CGI loaders.
 #
 # These are all userApps as well and this includes userApps.mk
 #
 #	kentSrc = ../..
 #	A = aveCols
 #	include ${kentSrc}/inc/cgiLoader.mk
 #
-# For multiple programs use USER_APP_RECURSE_TARGETS from userApps.mk, only
-# including this file instead of userApps.mk
+# See userAppMulti.mk if multiple programs are required in a single directory.
 #
 ########################################################################
 
 include ${kentSrc}/inc/userApp.mk
 include ${kentSrc}/inc/cgiVars.mk
 
 
 # this target uses CGI_BIN_DEST set in cgiVars.mk to do any of the CGI targers
 default::
 cgi:: cgi_install
 alpha:: cgi_install
 beta:: cgi_install
 
 cgi_install:: compile ${SQL_FILES:%=%_sql_install}
 	chmod a+rx ${A}${EXE}