Closed belm0 closed 6 years ago
I don't understand this pull request.
We used "?=" assignment for CTANGLE, but it will never have effect because CTANGLE is actually a built-in make variable and so always has a value.
There is also a built-in for CWEAVE. So the makefile now uses those (just like $(CC), etc.). If you want to override CTANGLE, you can uncomment the example or do it on the command line.
Huh. Didn't realize that. Go figure: https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html
?= assignment will never have effect on an implicit