diff options
author | Craig A. Berry <craigberry@mac.com> | 2009-04-22 20:41:08 -0500 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2009-04-22 20:41:08 -0500 |
commit | c98623cf8bac8367507075aa63d49f990d1036dd (patch) | |
tree | 3182987a9bb8ee4fd0eb8029e42b651c129c9c84 /vms | |
parent | 706b232f0ee14a5b95175cbbc99e20a5eb645676 (diff) | |
download | perl-c98623cf8bac8367507075aa63d49f990d1036dd.tar.gz |
Space between target and colon is not optional in VMS description files.
Follow-up to 7eb47696deb9a7343fb4847f7342919a6df59e21.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/descrip_mms.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 623ab138b6..9c25ef5d7b 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -435,7 +435,7 @@ pod = $(pod0) $(pod1) $(pod2) $(pod3) $(pod4) $(pod5) $(pod6) $(pod7) $(pod8) $( [.pod]perlapi.pod [.pod]perlintern.pod : miniperl embed.fnc autodoc.pl $(MINIPERL_EXE) $(MINIPERL) autodoc.pl -[.pod]perltoc.pod: [.pod]perlapi.pod [.pod]perlintern.pod extra.pods $(PERL_EXE) $(EXT) +[.pod]perltoc.pod : [.pod]perlapi.pod [.pod]perlintern.pod extra.pods $(PERL_EXE) $(EXT) $(PERL) [.pod]perltoc "-q" "--build-toc" archcorefiles : $(ac) $(ARCHAUTO)time.stamp |