ipv6toolkit
ipv6toolkit copied to clipboard
Replace install command with `$(INSTALL)` variable
trafficstars
Some (Linux) distributions prefer to use INSTALL='install -p' during make install to preserve the original file timestamps when packaging ipv6toolkit.
GNUmakefile line 22, seems like it's missing the question mark to make it INSTALL?=install, just like Makefile, line 22.
GNUmakefile line 22, seems like it's missing the question mark to make it INSTALL?=install, just like Makefile, line 22.
No, I continued to use the same format for INSTALL as being used for CC in the line above.