mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Update Makefile variable names
This commit is contained in:
parent
ac8c2ef1aa
commit
16e7d69209
18 changed files with 29 additions and 29 deletions
|
@ -17,7 +17,7 @@ ifeq ($(perlbindings), yes)
|
|||
$(d)/lib/Nix/Store.cc: $(d)/lib/Nix/Store.xs
|
||||
xsubpp $^ -output $@
|
||||
|
||||
LIBS += Store
|
||||
libraries += Store
|
||||
|
||||
Store_DIR := $(d)/lib/Nix
|
||||
|
||||
|
@ -37,6 +37,6 @@ ifeq ($(perlbindings), yes)
|
|||
|
||||
endif
|
||||
|
||||
clean_files += $(d)/lib/Nix/Config.pm $(d)/lib/Nix/Store.cc
|
||||
clean-files += $(d)/lib/Nix/Config.pm $(d)/lib/Nix/Store.cc
|
||||
|
||||
dist_files += $(nix_perl_sources)
|
||||
dist-files += $(nix_perl_sources)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue