diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2016-05-12 23:15:37 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-05-21 23:09:46 +0200 |
commit | 28dee3d28271c284efadaf1de40dbd7535e36072 (patch) | |
tree | 1aa4f7ab7e5ed478a51819a365f8cd5b4ab7baa9 /Makefile.am | |
parent | ece6864bd04fc2f9ff86fd4ac9cb0712dd71c094 (diff) | |
download | patches-28dee3d28271c284efadaf1de40dbd7535e36072.tar patches-28dee3d28271c284efadaf1de40dbd7535e36072.tar.gz |
build: Fix 'AM_V_at' typo.
* Makefile.am (hydra-jobs.scm): Fix 'AM_V_at' typo.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dfd486b256..c2c571cf3b 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" > "$@.tmp" - $(AT_V_at)mv "$@.tmp" "$@" + $(AM_V_at)mv "$@.tmp" "$@" .PHONY: sync-descriptions gen-ChangeLog gen-AUTHORS clean-go make-go .PHONY: assert-no-store-file-names assert-binaries-available |