cmark

My personal build of CMark ✏️

Commit
8613437393d1e6cdb81d7bc3a94760a5faba3601
Parent
84e824fbee65c447a53c38762d4db978da17d33b
Author
John MacFarlane <jgm@berkeley.edu>
Date

Use order-only dependency of cmark.3 on PROG.

This fixes a problem with some parallel builds.

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified Makefile 2 1 1
diff --git a/Makefile b/Makefile
@@ -50,7 +50,7 @@ mingw:
 	cmake .. -DCMAKE_TOOLCHAIN_FILE=../toolchain-mingw32.cmake -DCMAKE_INSTALL_PREFIX=$(MINGW_INSTALLDIR) ;\
 	make && make install
 
-man/man3/cmark.3: src/cmark.h $(PROG)
+man/man3/cmark.3: src/cmark.h | $(PROG)
 	python3 man/make_man_page.py $< > $@ \
 
 archive: spec.html