changeset 20446:579471601b83

build: Silence rule about removing bits/stl_algo.h. Makefile.am: Silence rule about removing bits/stl_algo.h.
author Rik <rik@octave.org>
date Wed, 29 Jul 2015 14:30:45 -0700
parents 517f5a006279
children 110c7a54586b
files Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Wed Jul 29 14:18:26 2015 -0700
+++ b/Makefile.am	Wed Jul 29 14:30:45 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
+	@rm -f bits/stl_algo.h
 .PHONY: nonexistent-file
 
 .gdbinit: etc/gdbinit