Skip to content

Improve portability of etc/PROBLEMS rule

Richard Hopkins requested to merge topic/default/problems-make into branch/default
  • Makefile.in.in (etc/PROBLEMS): $^ is not available on all "make"s and is also not necessary in this case which has a single prerequisite - use $< instead. ./configure now works on OpenBSD using their make which doesn't understand $^ so will error at configure time by trying to execute: cp etc/PROBLEMS

Merge request reports