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)
commit76f45fba02019d92050bdef346d3c4ce90022b42
tree8a50e7576dc642521cb4610993b9834563a01667
parent8c1fa27ad794a04b15cbeb42d29502627ed19078
Makefiles: Fix use of $(AM_V_at) in makefile rules.

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.
src/libpspp/automake.mk
src/ui/gui/icons/automake.mk