b94a10b41cdcff72ffc131c5873895e35489a961
markd
  Mon Jan 13 10:08:36 2025 -0800
missed a call to stringify and error in install rule

diff --git src/lib/makefile src/lib/makefile
index 5444165..f1f47e9 100644
--- src/lib/makefile
+++ src/lib/makefile
@@ -43,29 +43,29 @@
     scoreWindow.o seg.o seqOut.o seqStats.o servBrcMcw.o servCrunx.o \
     servcis.o servcl.o servmsII.o servpws.o shaRes.o slog.o snof.o \
     snofmake.o snofsig.o spaceSaver.o spacedColumn.o spacedSeed.o \
     sparseMatrix.o splatAli.o sqlList.o sqlNum.o sqlReserved.o strex.o subText.o sufa.o sufx.o synQueue.o \
     tabRow.o tagSchema.o tagStorm.o tagToJson.o tagToSql.o textOut.o tokenizer.o trix.o twoBit.o \
     udc.o uuid.o vcf.o vcfBits.o vGfx.o vPng.o verbose.o vMatrix.o \
     wildcmp.o windowsToAscii.o wormdna.o \
     xAli.o xa.o xap.o xenshow.o xmlEscape.o xp.o zlibFace.o
 
 $(MACHTYPE)/jkweb.a: $(O) $(MACHTYPE)
 	ar rcus $(MACHTYPE)/jkweb.a $(O)
 
 psGfx.o:      reEncodeFont.c
 
 reEncodeFont.c:   reEncodeFont.ps
-	stringify -static -var=encodeFont reEncodeFont.ps > reEncodeFont.c || rm reEncodeFont.c
+	${STRINGIFY} -static -var=encodeFont reEncodeFont.ps > reEncodeFont.c || rm reEncodeFont.c
 
 $(MACHTYPE):
 	mkdir -p $(MACHTYPE)
 
 test:
 	cd tests && ${MAKE} test
 
 clean:
 	rm -f ${O} $(MACHTYPE)/jkweb.a
 	cd tests && ${MAKE} clean
 
 tags:
 	etags ../inc/*.h ../lib/*.h ../lib/*.c  ../hg/inc/*.h ../hg/lib/*.h ../hg/lib/*.c ../hg/hgTracks/*.c ../hg/hgc/*.c ../hg/hgTrackUi/*.c