mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
build: Do not add all of $(BUILT_SOURCES) to $(CLEANFILES).
Reported by Gábor Boskovits <boskovits@gmail.com>. Fixes <https://bugs.gnu.org/31700>. * nix/local.mk (CLEANFILES): Add nothing but schema.sql.hh.
This commit is contained in:
parent
cd8ece22bf
commit
751164bca1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
#
|
||||
|
||||
BUILT_SOURCES += %D%/libstore/schema.sql.hh
|
||||
CLEANFILES += $(BUILT_SOURCES)
|
||||
CLEANFILES += %D%/libstore/schema.sql.hh
|
||||
|
||||
noinst_LIBRARIES = libformat.a libutil.a libstore.a
|
||||
|
||||
|
|
Loading…
Reference in a new issue