mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 00:12:43 +01:00
Fix "make dist"
This commit is contained in:
parent
0c6d62cf27
commit
6ef32bddc1
9 changed files with 19 additions and 15 deletions
|
|
@ -23,4 +23,6 @@ libstore_CXXFLAGS = \
|
|||
$(d)/local-store.cc: $(d)/schema.sql.hh
|
||||
|
||||
%.sql.hh: %.sql
|
||||
sed -e 's/"/\\"/g' -e 's/\(.*\)/"\1\\n"/' < $< > $@ || (rm $@ && exit 1)
|
||||
$(trace-gen) sed -e 's/"/\\"/g' -e 's/\(.*\)/"\1\\n"/' < $< > $@ || (rm $@ && exit 1)
|
||||
|
||||
clean-files += $(d)/schema.sql.hh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue