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