diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-05-01 14:23:20 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-05-01 14:29:14 -0400 |
commit | 99260d347b91f9f7ede335b7f582cee34ead2b0c (patch) | |
tree | 08dfad227999530fc7063f4e37cfeff045721ac7 /build/header.mk | |
parent | 1f06941a7cc586c78152ca67dec0551106977b08 (diff) | |
download | bfs-99260d347b91f9f7ede335b7f582cee34ead2b0c.tar.xz |
build: Add some nice aliases to ./configure
Diffstat (limited to 'build/header.mk')
-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 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 |