This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
261492a
)
patch@26052 - compile rule for mathoms.c
author
John E. Malmberg
<wb8tyw@qsl.net>
Tue, 8 Nov 2005 23:09:03 +0000
(18:09 -0500)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Wed, 9 Nov 2005 08:57:10 +0000
(08:57 +0000)
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <
4371765F
.1000900@qsl.net>
p4raw-id: //depot/perl@26053
vms/descrip_mms.template
patch
|
blob
|
blame
|
history
diff --git
a/vms/descrip_mms.template
b/vms/descrip_mms.template
index
4e30ae0
..
49edc72
100644
(file)
--- 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)