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
@ -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 New Issue
Block a user