mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
More "make dist" fixes
This commit is contained in:
parent
74ca70da3a
commit
844d83352c
4 changed files with 12 additions and 5 deletions
|
@ -20,3 +20,5 @@ $(d)/lexer-tab.cc $(d)/lexer-tab.hh: $(d)/lexer.l
|
|||
$(trace-gen) flex --outfile $(libexpr_DIR)/lexer-tab.cc --header-file=$(libexpr_DIR)/lexer-tab.hh $<
|
||||
|
||||
clean-files += $(d)/parser-tab.cc $(d)/parser-tab.hh $(d)/lexer-tab.cc $(d)/lexer-tab.hh
|
||||
|
||||
dist-files += $(d)/parser-tab.cc $(d)/parser-tab.hh $(d)/lexer-tab.cc $(d)/lexer-tab.hh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue