Skip to content

Commit dbe7b92

Browse files
committed
Add explicit rule for class.c to vms/descrip_mms.template
Without the explicit rule, it still gets compiled, but without PERL_CORE defined, which makes class_cleanup_definition get interpreted as a function rather than a macro, which causes the link to fail with an undefined symbol error.
1 parent 8c3335d commit dbe7b92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vms/descrip_mms.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,8 @@ builtin$(O) : builtin.c $(h)
612612
$(CC) $(CORECFLAGS) $(MMS$SOURCE)
613613
caretx$(O) : caretx.c $(h)
614614
$(CC) $(CORECFLAGS) $(MMS$SOURCE)
615+
class$(O) : class.c $(h)
616+
$(CC) $(CORECFLAGS) $(MMS$SOURCE)
615617
deb$(O) : deb.c $(h)
616618
$(CC) $(CORECFLAGS) $(MMS$SOURCE)
617619
doio$(O) : doio.c $(h)

0 commit comments

Comments
 (0)