# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../coreutils/install.patch # Copyright (C) 2017 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- Makefile:3418: *** Recursive variable 'INSTALL' references itself (eventually). Stop. --- coreutils-8.26/src/local.mk.vanilla 2017-03-12 17:38:03.094758381 +0000 +++ coreutils-8.26/src/local.mk 2017-03-12 17:38:30.682758855 +0000 @@ -649,4 +649,4 @@ else cu_install_program = src/ginstall endif -INSTALL = $(cu_install_program) -c +INSTALL_PROGRAM = $(cu_install_program) -c