diff options
author | Craig A. Berry <craigberry@mac.com> | 2013-11-05 07:09:54 -0600 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2013-11-05 07:09:54 -0600 |
commit | 39aec2a9c2ab7d99ee3fb3edb075c01cb1c0c097 (patch) | |
tree | 7db2b3abaf9a93ef9f1407d5cab59723787f896e /vms/descrip_mms.template | |
parent | 0b2c2a842a8f76db2da99f89dd2f174301893727 (diff) | |
download | perl-39aec2a9c2ab7d99ee3fb3edb075c01cb1c0c097.tar.gz |
caretx.c, not caretx.x, typo in 7b74bef1.
Though the list of C files does not appear to actually be used in
the build.
Diffstat (limited to 'vms/descrip_mms.template')
-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 6394cb196e..8bc4f6e7fb 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -227,7 +227,7 @@ FULLLIBS2 = $(LIBS2)|$(THRLIBS1)|$(THRLIBS2) #### End of system configuration section. #### -c0 = $(MALLOC_C) av.c caretx.x deb.c doio.c doop.c dump.c globals.c gv.c hv.c mro.c +c0 = $(MALLOC_C) av.c caretx.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c mro.c c1 = mg.c locale.c mathoms.c miniperlmain.c numeric.c op.c pad.c perl.c perlapi.c perlio.c c2 = perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c regexec.c reentr.c c3 = run.c scope.c sv.c taint.c toke.c universal.c utf8.c util.c vms.c keywords.c |