guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: build: Fix 'AM_V_at' typo.


From: Mathieu Lirzin
Subject: 01/01: build: Fix 'AM_V_at' typo.
Date: Sat, 21 May 2016 21:29:09 +0000 (UTC)

mthl pushed a commit to branch master
in repository guix.

commit 28dee3d28271c284efadaf1de40dbd7535e36072
Author: Mathieu Lirzin <address@hidden>
Date:   Thu May 12 23:15:37 2016 +0200

    build: Fix 'AM_V_at' typo.
    
    * Makefile.am (hydra-jobs.scm): Fix 'AM_V_at' typo.
---
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index dfd486b..c2c571c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -509,7 +509,7 @@ hydra-jobs.scm: $(GOBJECTS)
        $(AM_V_GEN)$(top_builddir)/pre-inst-env "$(GUILE)"              \
          "$(top_srcdir)/build-aux/hydra/evaluate.scm"                  \
          "$(top_srcdir)/build-aux/hydra/gnu-system.scm" > "address@hidden"
-       $(AT_V_at)mv "address@hidden" "$@"
+       $(AM_V_at)mv "address@hidden" "$@"
 
 .PHONY: sync-descriptions gen-ChangeLog gen-AUTHORS clean-go make-go
 .PHONY: assert-no-store-file-names assert-binaries-available



reply via email to

[Prev in Thread] Current Thread [Next in Thread]