diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-06-18 17:03:22 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-06-18 17:03:22 -0400 |
commit | f6775906d136bbeacf3cd45443c080be2dd1f2e9 (patch) | |
tree | 70ace9766a98ad021aa38ca9eedf89d00cf2dff9 /build | |
parent | 49a5d48d0a43bac313c8b8d1b167e60da9eaadf6 (diff) | |
download | bfs-f6775906d136bbeacf3cd45443c080be2dd1f2e9.tar.xz |
build: Rename CONFIG to CONFFLAGS
Diffstat (limited to 'build')
-rw-r--r-- | build/header.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/header.mk b/build/header.mk index 75fda41..16a25ca 100644 --- a/build/header.mk +++ b/build/header.mk @@ -63,7 +63,7 @@ gen/config.h: ${PKG_HEADERS} ${HEADERS} @printf '#endif // BFS_CONFIG_H\n' >>$@ @cat ${.ALLSRC:%=%.log} >gen/config.log ${VCAT} $@ - @printf '%s' "$$CONFIG" | build/embed.sh >gen/config.i + @printf '%s' "$$CONFFLAGS" | build/embed.sh >gen/confflags.i @printf '%s' "$$XCC" | build/embed.sh >gen/cc.i @printf '%s' "$$XCPPFLAGS" | build/embed.sh >gen/cppflags.i @printf '%s' "$$XCFLAGS" | build/embed.sh >gen/cflags.i |