Skip to content

Commit

Permalink
libexpr/local.mk: Make eval compile deps regular
Browse files Browse the repository at this point in the history
Dependency is now entirely through the eval.cc rule.
All gen.hh deps are now there.
  • Loading branch information
roberth committed Nov 27, 2023
1 parent 75134b7 commit 68c4875
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/libexpr/local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ $(foreach i, $(wildcard src/libexpr/flake/*.hh), \

$(d)/primops.cc: $(d)/imported-drv-to-derivation.nix.gen.hh

$(d)/eval.cc: $(d)/primops/derivation.nix.gen.hh $(d)/fetchurl.nix.gen.hh

$(d)/eval.o: $(d)/flake/call-flake.nix.gen.hh
$(d)/eval.cc: $(d)/primops/derivation.nix.gen.hh $(d)/fetchurl.nix.gen.hh $(d)/flake/call-flake.nix.gen.hh

src/libexpr/primops/fromTOML.o: ERROR_SWITCH_ENUM =

0 comments on commit 68c4875

Please sign in to comment.