This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert #29307. It doesn't fix the XXX after all. Using "$(shell @type )"
authorSteve Hay <SteveHay@planit.com>
Mon, 20 Nov 2006 10:38:07 +0000 (10:38 +0000)
committerSteve Hay <SteveHay@planit.com>
Mon, 20 Nov 2006 10:38:07 +0000 (10:38 +0000)
commitdf06d623719a79bc228835e7155be223f4786e6c
tree7ae6e45abe0bbe80cce8d8588d557198e1916206
parent58389ed28d97caddc55b782fd9ebca329852f29d
Revert #29307. It doesn't fix the XXX after all. Using "$(shell @type )"
on a temporary file just inserts the contents of the file in question
into the command-line, exactly like putting the data there in the first
place would achieve. It doesn't avoid creating a long command-line as we
would like to do.

p4raw-id: //depot/perl@29321
win32/makefile.mk