# HG changeset patch # User Rik # Date 1438229773 25200 # Node ID 110c7a54586b5c1d3104d8020ef6f4789d75d88f # Parent 579471601b83136c24c1bb3df66829b20f409bcb 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. diff -r 579471601b83 -r 110c7a54586b Makefile.am --- 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