This project is closed and read-only.
Actions
Backport #8170
closeddot.dot Makefile references wrong TARGET
Backport #8170:
dot.dot Makefile references wrong TARGET
Status:
Closed
Assignee:
Description
ext/-test-/load/dot.dot produces a Makefile that includes the following definitions:
dldflags = -eInit_$(TARGET)
TARGET = dot.dot
However, the function defined in the source file does not match the file name and function name used to form the TARGET:
void Init_dot(void) {}
This causes a link error on AIX when building Ruby.
Actions