comparison Makefile.am @ 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
comparison
equal deleted inserted replaced
20446:579471601b83 20447:110c7a54586b
191 191
192 ## If we aren't trying to fix stl_algo.h, then try to ensure that 192 ## If we aren't trying to fix stl_algo.h, then try to ensure that
193 ## there isn't a stray copy sitting in the build tree. 193 ## there isn't a stray copy sitting in the build tree.
194 194
195 nonexistent-file: 195 nonexistent-file:
196 @rm -f bits/stl_algo.h 196 $(AM_V_at)rm -f bits/stl_algo.h
197 .PHONY: nonexistent-file 197 .PHONY: nonexistent-file
198 198
199 .gdbinit: etc/gdbinit 199 .gdbinit: etc/gdbinit
200 @$(gdbinit_install_rule) 200 @$(gdbinit_install_rule)
201 201