Peter Prymmer recently caught a bug I introduced in #18277 that would have caused us problems the next time the VMS-specific versions of perly.h and perly.c are generated. The patch here gets things back the way they should be.
--- vms/descrip_mms.template;-2 Wed Jan 1 17:05:26 2003 +++ vms/descrip_mms.template Fri Jan 3 18:15:59 2003 @@ -1174,9 +1174,9 @@ # VMS uses modified perly.[ch] with tags for globaldefs if using DEC compiler perly.c : [.vms]perly_c.vms - Copy/NoConfirm/Log $(MMS$SOURCE) [] + Copy/NoConfirm/Log $(MMS$SOURCE) $(MMS$TARGET) perly.h : [.vms]perly_h.vms - Copy/NoConfirm/Log $(MMS$SOURCE) [] + Copy/NoConfirm/Log $(MMS$SOURCE) $(MMS$TARGET) .ifdef LINK_ONLY .else [end of patch] -- ________________________________________ Craig A. Berry mailto:[EMAIL PROTECTED] "... getting out of a sonnet is much more difficult than getting in." Brad Leithauser
