Skip to content

Commit

Permalink
Fix calling of autodoc.pl in Win32 nmake Makefile
Browse files Browse the repository at this point in the history
Change cd09325 broke the nmake Makefile. Presumably Max uses the dmake makefile.mk ;-)
  • Loading branch information
Steve Hay authored and Steve Hay committed Apr 20, 2009
1 parent b9b2d9d commit 08115d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 08115d9

Please sign in to comment.