21b808c1b0b74eea93a0b5072f7d7d3fff479b16 braney Wed Nov 13 12:18:36 2024 -0800 make sure that if stringify fails, it doesn't leave behind reEncodeFont.c diff --git src/lib/makefile src/lib/makefile index a99f4a2..5444165 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 + 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