mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-23 06:22:15 +00:00
checkpolicy: Allow overriding LIBDIR in test/Makefile
This commit is contained in:
parent
002280edbb
commit
c78d729fc9
@ -3,7 +3,7 @@
|
||||
#
|
||||
PREFIX ?= $(DESTDIR)/usr
|
||||
BINDIR=$(PREFIX)/bin
|
||||
LIBDIR=$(PREFIX)/lib
|
||||
LIBDIR ?= $(PREFIX)/lib
|
||||
INCLUDEDIR ?= $(PREFIX)/include
|
||||
|
||||
CFLAGS ?= -g -Wall -W -Werror -O2 -pipe
|
||||
|
Loading…
Reference in New Issue
Block a user