summaryrefslogtreecommitdiffstats
path: root/build/header.mk
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-05-01 14:23:20 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-05-01 14:29:14 -0400
commit99260d347b91f9f7ede335b7f582cee34ead2b0c (patch)
tree08dfad227999530fc7063f4e37cfeff045721ac7 /build/header.mk
parent1f06941a7cc586c78152ca67dec0551106977b08 (diff)
downloadbfs-99260d347b91f9f7ede335b7f582cee34ead2b0c.tar.xz
build: Add some nice aliases to ./configure
Diffstat (limited to 'build/header.mk')
-rw-r--r--build/header.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/header.mk b/build/header.mk
index 951f09b..a9157ad 100644
--- a/build/header.mk
+++ b/build/header.mk
@@ -53,7 +53,7 @@ gen/config.h: ${PKG_HEADERS} ${HEADERS}
@printf '#define BFS_CONFIG_H\n' >>$@
@cat ${.ALLSRC} >>$@
@printf '#endif // BFS_CONFIG_H\n' >>$@
- @cat ${.ALLSRC:%=%.log} >$@.log
+ @cat ${.ALLSRC:%=%.log} >gen/config.log
${VCAT} $@
.PHONY: gen/config.h