Parcourir la source

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
master
tanyaionova il y a 5 ans
Parent
révision
e93abcf709
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile Voir le fichier

@@ -5,6 +5,7 @@ MANPREFIX ?= $(PREFIX)/share/man
STRIP ?= strip
PKG_CONFIG ?= pkg-config
INSTALL ?= install
CP ?= cp

CFLAGS_OPTIMIZATION ?= -O3



Chargement…
Annuler
Enregistrer