summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-06-18 17:03:22 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-06-18 17:03:22 -0400
commitf6775906d136bbeacf3cd45443c080be2dd1f2e9 (patch)
tree70ace9766a98ad021aa38ca9eedf89d00cf2dff9 /build
parent49a5d48d0a43bac313c8b8d1b167e60da9eaadf6 (diff)
downloadbfs-f6775906d136bbeacf3cd45443c080be2dd1f2e9.tar.xz
build: Rename CONFIG to CONFFLAGS
Diffstat (limited to 'build')
-rw-r--r--build/header.mk2
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