On Friday, November 15, 2002, at 06:40 PM, Michael G Schwern wrote:
I noticed something funny. All over MakeMaker, the contents ofI don't know whether MAKEFILE is special, but in Module::Build::Compat I use THISFILE instead, which shouldn't have any problems.
$self->{MAKEFILE} are hardcoded into the Makefile. Why is there no
$(MAKEFILE) macro? Does it mean something special? I see GNU make
considers MAKEFILES special.
Unless someone can think of a reason otherwise, I'm going to add $(MAKEFILE)
and cut out all those $self->{MAKEFILE} hardcodes.
-Ken
