about summary refs log tree commit diff
path: root/scripts/local.mk
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2016-07-20T18·00-0400
committerShea Levy <shea@shealevy.com>2016-07-21T11·04-0400
commit3c46fe62b833a4e66845665edc99555022d3d98c (patch)
treecc4989fba424d52ecb2066ca4173bb4102fabc80 /scripts/local.mk
parent06068b353d7867d0e0299d4285e9b1a46195144c (diff)
find-runtime-roots: fold into gc.cc
Diffstat (limited to 'scripts/local.mk')
-rw-r--r--scripts/local.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/local.mk b/scripts/local.mk
index 13b13a86bc6c..86b6d08500aa 100644
--- a/scripts/local.mk
+++ b/scripts/local.mk
@@ -9,7 +9,6 @@ bin-scripts += $(nix_bin_scripts)
 
 nix_noinst_scripts := \
   $(d)/build-remote.pl \
-  $(d)/find-runtime-roots.pl \
   $(d)/resolve-system-dependencies.pl \
   $(d)/nix-http-export.cgi \
   $(d)/nix-profile.sh \
@@ -20,7 +19,6 @@ noinst-scripts += $(nix_noinst_scripts)
 profiledir = $(sysconfdir)/profile.d
 
 $(eval $(call install-file-as, $(d)/nix-profile.sh, $(profiledir)/nix.sh, 0644))
-$(eval $(call install-program-in, $(d)/find-runtime-roots.pl, $(libexecdir)/nix))
 $(eval $(call install-program-in, $(d)/build-remote.pl, $(libexecdir)/nix))
 $(eval $(call install-program-in, $(d)/resolve-system-dependencies.pl, $(libexecdir)/nix))
 $(eval $(call install-symlink, nix-build, $(bindir)/nix-shell))