From: Ben Pfaff Date: Sat, 10 Oct 2009 21:35:55 +0000 (-0700) Subject: Avoid GNU make extension $(RM) in makefiles. X-Git-Tag: lenny-x64-build41~8 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=553dd6fd34f6ac129d51cf4736f89e349b97e16c;hp=553dd6fd34f6ac129d51cf4736f89e349b97e16c;p=pspp-builds.git Avoid GNU make extension $(RM) in makefiles. 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. ---