diff options
author | John E. Malmberg <wb8tyw@qsl.net> | 2005-11-08 18:09:03 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-11-09 08:57:10 +0000 |
commit | 9fcbb300ff0020e9c959238b23201b62e75039f8 (patch) | |
tree | d9de9baa887ea69e2b3d01673a73dba9f17301b2 /vms | |
parent | 261492a9c792cc5996fa288aed06262ae8bc3cb7 (diff) | |
download | perl-9fcbb300ff0020e9c959238b23201b62e75039f8.tar.gz |
patch@26052 - compile rule for mathoms.c
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <4371765F.1000900@qsl.net>
p4raw-id: //depot/perl@26053
Diffstat (limited to 'vms')
-rw-r--r-- | vms/descrip_mms.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 4e30ae04a5..49edc720da 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -1548,6 +1548,8 @@ locale$(O) : locale.c $(h) $(CC) $(CORECFLAGS) $(MMS$SOURCE) malloc$(O) : malloc.c $(h) $(CC) $(CORECFLAGS) $(MMS$SOURCE) +mathoms$(O) : mathoms.c $(h) + $(CC) $(CORECFLAGS) $(MMS$SOURCE) mg$(O) : mg.c $(h) $(CC) $(CORECFLAGS) $(MMS$SOURCE) miniperlmain$(O) : miniperlmain.c $(h) |