From 5333390a68b6dadf08e1937a7e0d301a888c6eb3 Mon Sep 17 00:00:00 2001 From: Gitea Date: Fri, 25 Dec 2020 15:06:27 -0600 Subject: [PATCH] libc/libk should go to /lib, not /usr/lib --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 3fbd5f3..8c1be70 100755 --- a/makefile +++ b/makefile @@ -9,7 +9,7 @@ LIBS?= DESTDIR?= PREFIX?=/usr/local -EXEC_PREFIX?=$(PREFIX) +EXEC_PREFIX?= INCLUDEDIR?=$(PREFIX)/include LIBDIR?=$(EXEC_PREFIX)/lib