On Mon, Apr 27, 2009 at 08:02, Patrick R. Michaud wrote:
> On Sun, Apr 26, 2009 at 07:04:28AM -0700, webmas...@cosmicperl.com via RT
> wrote:
>> Infinoid helped me track the problem down to * being escaped on some of
>> the directories for the cleanup. So things like:-
>> $(PMC_DIR)\*.h
>> Need t
On Sun, Apr 26, 2009 at 07:04:28AM -0700, webmas...@cosmicperl.com via RT wrote:
> Infinoid helped me track the problem down to * being escaped on some of
> the directories for the cleanup. So things like:-
> $(PMC_DIR)\*.h
> Need to be:-
> $(PMC_DIR)\\*.h
>
> Parrot already does this in it's make