changeset 20447:110c7a54586b

build: Silence rule about removing bits/stl_algo.h using AM_V_at. * Makefile.am: Silence rule about removing bits/stl_algo.h using AM_V_at.
author Rik <rik@octave.org>
date Wed, 29 Jul 2015 21:16:13 -0700
parents 579471601b83
children 2edd668e7784
files Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Wed Jul 29 14:30:45 2015 -0700
+++ b/Makefile.am	Wed Jul 29 21:16:13 2015 -0700
@@ -193,7 +193,7 @@
 ## there isn't a stray copy sitting in the build tree.
 
 nonexistent-file:
-	@rm -f bits/stl_algo.h
+	$(AM_V_at)rm -f bits/stl_algo.h
 .PHONY: nonexistent-file
 
 .gdbinit: etc/gdbinit