Revert the previous commit r1.219 and use "rm -f" again
authorFabian Keil <fk@fabiankeil.de>
Tue, 5 Feb 2013 14:01:38 +0000 (14:01 +0000)
committerFabian Keil <fk@fabiankeil.de>
Tue, 5 Feb 2013 14:01:38 +0000 (14:01 +0000)
commited70e982ed9027123150bc0a1e9fb6af3ca48cf4
treea9c09056e1cf6e488ab7f3256cb1ca2d2779cfe4
parent59587f70b2176457abad3d978404a32205d432a3
Revert the previous commit r1.219 and use "rm -f" again

"rm -f" wasn't actually used to force deletion, but to suppress complaints
about non-existant files. While the use of -f is still dubious, simply
dropping it breaks things like the clean target and thus isn't a solution.
GNUmakefile.in