From c12ef2ca180b43988ed1755e4d719cc3e57a29ef Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Wed, 17 Apr 2024 05:59:16 +0200 Subject: [PATCH] build: Pass CPPFLAGS to docs preprocessing Hopefully this will silence the warning from Debian's blhc. --- chafa/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chafa/Makefile.am b/chafa/Makefile.am index 0e20117..fe5b850 100644 --- a/chafa/Makefile.am +++ b/chafa/Makefile.am @@ -50,7 +50,7 @@ DISTCLEANFILES += chafa-term-seq-doc.h BUILT_SOURCES += chafa-term-seq-doc.h chafa-term-seq-doc.h: $(srcdir)/chafa-term-seq-doc-in.h - $(CPP) -CC $< -o $@ + $(CPP) $(CPPFLAGS) -CC $< -o $@ # Generate chafaconfig.h #