Inherit PREFIX and MANDIR from env

Oops.
weechat-hashes
C. McEnroe 2020-05-27 12:01:49 -04:00
parent 88e2197a8f
commit 287cd3c63c
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
PREFIX = /usr/local
MANDIR = ${PREFIX}/share/man
PREFIX ?= /usr/local
MANDIR ?= ${PREFIX}/share/man
CFLAGS += -I${PREFIX}/include
LDFLAGS += -L${PREFIX}/lib