libc/libk should go to /lib, not /usr/lib
This commit is contained in:
parent
9ed9946af2
commit
5333390a68
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -9,7 +9,7 @@ LIBS?=
|
|||
|
||||
DESTDIR?=
|
||||
PREFIX?=/usr/local
|
||||
EXEC_PREFIX?=$(PREFIX)
|
||||
EXEC_PREFIX?=
|
||||
INCLUDEDIR?=$(PREFIX)/include
|
||||
LIBDIR?=$(EXEC_PREFIX)/lib
|
||||
|
||||
|
|
Loading…
Reference in a new issue