This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix calling of autodoc.pl in Win32 nmake Makefile
authorSteve Hay <SteveHay@planit.com>
Mon, 20 Apr 2009 11:45:29 +0000 (12:45 +0100)
committerSteve Hay <SteveHay@planit.com>
Mon, 20 Apr 2009 11:45:29 +0000 (12:45 +0100)
Change cd09325492c136b431317b9dee7455475831ae5b broke the nmake Makefile. Presumably Max uses the dmake makefile.mk ;-)

win32/Makefile

index ba1ebfe..18b0c2c 100644 (file)
@@ -1136,7 +1136,7 @@ utils: $(PERLEXE) $(X2P)
        $(PERLEXE) lib_pm.PL
        cd ..\win32
        $(PERLEXE) $(PL2BAT) $(UTILS)
-       $(PERLEXE) autodoc.pl ..
+       $(PERLEXE) ..\autodoc.pl ..
 
 # Note that the pod cleanup in this next section is parsed (and regenerated
 # by pod/buildtoc so please check that script before making changes here