Makefiles: Fix use of $(AM_V_at) in makefile rules.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 21 Feb 2016 00:33:54 +0000 (16:33 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 21 Feb 2016 00:33:54 +0000 (16:33 -0800)
These are only for use at the beginning of a rule and cause weirdness in
the middle since they expand to directives that begin with @, which "make"
understands but the shell does not.


No differences found