From: tanyaionova Date: Wed, 26 Jun 2019 12:25:31 +0000 (+0300) Subject: Set CP in Makefile X-Git-Tag: v2.6~75^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=e93abcf709858603d8123418309e4ad784c56416;p=nnn.git Set CP in Makefile $(CP) is not set by GNU Make Seems like [1] is a full list of what GNU Make defines implicitly [1] https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html --- diff --git a/Makefile b/Makefile index c9d6af38..a2d22dd5 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ MANPREFIX ?= $(PREFIX)/share/man STRIP ?= strip PKG_CONFIG ?= pkg-config INSTALL ?= install +CP ?= cp CFLAGS_OPTIMIZATION ?= -O3