20 Nov
2025
20 Nov
'25
2:20 a.m.
Another way is to use
$(INSTALL) -m 644instead of$(INSTALL_DATA). This way maybe better for compatibility reason, because I'm not sure if old version of make or non-GNU make hasINSTALL_DATAor not.
Maybe make is not very related, maybe autoconf is more related, not sure