mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Fix "make dist"
This commit is contained in:
parent
0c6d62cf27
commit
6ef32bddc1
9 changed files with 19 additions and 15 deletions
|
@ -15,7 +15,7 @@ $(foreach x, $(nix_perl_modules), $(eval $(call install-data-in, $(x), $(perllib
|
|||
ifeq ($(perlbindings), yes)
|
||||
|
||||
$(d)/lib/Nix/Store.cc: $(d)/lib/Nix/Store.xs
|
||||
xsubpp $^ -output $@
|
||||
$(trace-gen) xsubpp $^ -output $@
|
||||
|
||||
libraries += Store
|
||||
|
||||
|
@ -38,5 +38,3 @@ ifeq ($(perlbindings), yes)
|
|||
endif
|
||||
|
||||
clean-files += $(d)/lib/Nix/Config.pm $(d)/lib/Nix/Store.cc
|
||||
|
||||
dist-files += $(nix_perl_sources)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue