# HG changeset patch # User Rik # Date 1438205445 25200 # Node ID 579471601b83136c24c1bb3df66829b20f409bcb # Parent 517f5a006279715cede6043aea73fc032329fd2e build: Silence rule about removing bits/stl_algo.h. Makefile.am: Silence rule about removing bits/stl_algo.h. diff -r 517f5a006279 -r 579471601b83 Makefile.am --- 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