diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-05-01 10:42:51 +0200 |
|---|---|---|
| committer | Charles Roelli <charles@aurox.ch> | 2026-05-01 11:11:55 +0200 |
| commit | 2feb4689c73491cd7d827bcc42d10dfd67cf1868 (patch) | |
| tree | 09b947fb8f15b0b5be968c85c12e470bcb1bb9ab /nix | |
| parent | 45d7dfbd3993c5407c74e8ffe17f36d53a23d82f (diff) | |
build: Fix out-of-tree make.fix-out-of-tree-make
* doc/local.mk (lang_to_texinfo): Refer to .texi files using srcdir.
(xref_command): Reference pre-inst-env using builddir.
($(srcdir)/%D%/guix.%.texi):
($(srcdir)/%D%/guix-cookbook.%.texi):
($(srcdir)/%D%/contributing.%.texi): Refer to source files using srcdir.
* nix/local.mk (etc/guix-gc.timer): Use the name of the prerequisite,
not just its file name.
Change-Id: I247bcd873c8355d0eae07870ec849d2eb8cfa6c5
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/local.mk b/nix/local.mk index 2c93670843..9a529da000 100644 --- a/nix/local.mk +++ b/nix/local.mk @@ -162,7 +162,7 @@ etc/guix-%.service: etc/guix-%.service.in \ etc/guix-gc.timer: etc/guix-gc.timer.in \ $(top_builddir)/config.status $(AM_V_GEN)$(MKDIR_P) "`dirname $@`"; \ - cp "$@.in" "$@" + cp "$<" "$@" # The service script for sysvinit. sysvinitservicedir = $(sysconfdir)/init.d |
