On Tue, 4 Mar 2003, Sisyphus wrote: >> > D:\Perl_M\bin\perl.exe -ID:\Perl_M\lib -ID:\Perl_M\lib -e "system >> qq[pl >> > 2bat.bat ].shift" blib\script\pp >> > dmake.exe: Error -- Don't know how to make `all' >> >> The relevant line is #18: >> >> all: ../script/parl >> >> Maybe I should change it like below? >> >> all :: ../script/parl >> > >I edited one line in myldr/makefile.pl so that it now reads: >all:: $parl_exe > >This had the effect of producing a myldr\makefile that contained: >all:: ..\script\parl.exe > >But I'm still getting exactly the same error when I run dmake. >Could the problem be with some other occurrence of 'all' ? >Sorry - I'm not being much help ...... makefiles have always been a mystery >to me :-) I, personally, decided it is a bug in dmake (it happend in MM generated makefiles, too). using "dmake all", "dmake all test" "dmake all install" Works For Me (but maybe you already knew that?).
Regards Mattia
