checkpolicy: Allow overriding LIBDIR in test/Makefile

This commit is contained in:
Laurent Bigonville 2013-05-10 14:45:12 +02:00 committed by Stephen Smalley
parent 002280edbb
commit c78d729fc9
1 changed files with 1 additions and 1 deletions

View File

@ -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