From ab350eafd2c1a98ea98090fdb3bd9b7ae4f7336b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 18 Jul 2003 07:42:57 +0000 Subject: * Generate nar.sh, fetchurl.sh. --- scripts/Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'scripts/Makefile.am') diff --git a/scripts/Makefile.am b/scripts/Makefile.am index a8cbe8222b07..fb2ef566da92 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -10,10 +10,4 @@ install-exec-local: # !!! don't overwrite local modifications $(INSTALL_DATA) prebuilts.conf $(sysconfdir)/nix/prebuilts.conf -%: %.in Makefile - sed \ - -e s^@prefix\@^$(prefix)^g \ - -e s^@sysconfdir\@^$(sysconfdir)^g \ - -e s^@localstatedir\@^$(localstatedir)^g \ - < $< > $@ || rm $@ - chmod +x $@ +include ../substitute.mk -- cgit 1.4.1