]> git.ipfire.org Git - thirdparty/kmod.git/commit
Makefile: remove redundant flags to $(RM)
authorDave Reisner <dreisner@archlinux.org>
Sat, 8 Sep 2012 15:43:54 +0000 (11:43 -0400)
committerDave Reisner <dreisner@archlinux.org>
Sat, 8 Sep 2012 18:40:37 +0000 (14:40 -0400)
commit86bbd0531943bc083b48a891b44d316ab410a971
tree8ca67a3612bb286b15ac68001773f457610d61a7
parentcf814054dd9a1f5240bc684769275e40ab81ba6e
Makefile: remove redundant flags to $(RM)

$(RM) will always expand to 'rm -f' which means we don't need to ignore
errors or pass this flag again.
Makefile.am