Avoid GNU make extension $(RM) in makefiles.
authorBen Pfaff <blp@gnu.org>
Sat, 10 Oct 2009 21:35:55 +0000 (14:35 -0700)
committerBen Pfaff <blp@gnu.org>
Sat, 10 Oct 2009 21:35:55 +0000 (14:35 -0700)
Automake uses "rm -f" literally so there is not much point in PSPP trying
to use $(RM).  At any rate it's a GNU make extension so it's best to avoid
it for portability.


No differences found