70234ec76d6e06d040ff04a0cc50bb4283bb0f80
max
  Wed Aug 16 05:30:12 2023 -0700
forgot to commit file in last commit, refs #30812

diff --git src/makefile src/makefile
index 23b75da..6fdc68c 100644
--- src/makefile
+++ src/makefile
@@ -157,33 +157,31 @@
 # build emacs tags for all files
 .PHONY: etags-all
 etags-all:
 	find . -name '*.[ch]' | etags -
 
 utils: libs destBin
 	${MKDIR} ${SCRIPTS}
 	cd parasol && ${MAKE}
 	@for D in ${DIRS} x; do \
             if test "$$D" != "x" ; then \
                 ( cd $$D && echo $$D && ${MAKE} ) ;\
                 x=$$? ; if [ $$x -ne 0 ]; then exit $$x ; fi \
             fi ;\
 	done
 	cd utils && ${MAKE}
-ifneq ($(wildcard jkOwnLib/*),)
 	cd hg && ${MAKE} utils
-endif
 
 utils-alpha: check-alpha libs destBin
 	${MKDIR} ${SCRIPTS}
 	cd parasol && ${MAKE}
 	@for D in ${DIRS} x; do \
             if test "$$D" != "x" ; then \
                 ( cd $$D && echo $$D && ${MAKE} ) ;\
                 x=$$? ; if [ $$x -ne 0 ]; then exit $$x ; fi \
             fi ;\
 	done
 	cd utils && ${MAKE}
 	cd hg && ${MAKE} utils
 
 
 ifneq ($(wildcard jkOwnLib/*),)