Просмотр исходного кода

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 5 лет назад
Родитель
Сommit
e93abcf709
1 измененных файлов: 1 добавлений и 0 удалений
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile Просмотреть файл

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

CFLAGS_OPTIMIZATION ?= -O3



Загрузка…
Отмена
Сохранить