Backslashes inside '' inside Makefiles seem to be non-portable in their
authorNicholas Clark <nick@ccl4.org>
Mon, 10 Nov 2008 11:58:41 +0000 (11:58 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 10 Nov 2008 11:58:41 +0000 (11:58 +0000)
commitb306dcb39875d351d64f81a4a6469b778b8f7c42
tree707bd571be1a09129a53c5935fc13b44f05cb349
parent4c90698d34887827b84c506151478ca1f0dcacbd
Backslashes inside '' inside Makefiles seem to be non-portable in their
effects. GNU make leaves them in as literals, BSD make takes them out.
Not that we noticed, as the construction in question was valid Perl
syntax either way, but File::Find 1.14 is enforcing more on its
arguments.

p4raw-id: //depot/perl@34789
Makefile.SH