Skip to content

Commit

Permalink
build: Pass CPPFLAGS to docs preprocessing
Browse files Browse the repository at this point in the history
Hopefully this will silence the warning from Debian's blhc.
  • Loading branch information
hpjansson committed Apr 17, 2024
1 parent d3bc4e7 commit c12ef2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chafa/Makefile.am
Expand Up @@ -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
#
Expand Down

0 comments on commit c12ef2c

Please sign in to comment.