Lines Matching refs:PREFIX
4 Subject: [PATCH] Add PREFIX to host paths
7 prefixed with a PREFIX path to allow cross compilation.
26 @@ -4,8 +4,8 @@ PREFIX ?= /usr
27 BINDIR ?= $(PREFIX)/bin
28 MANDIR ?= $(PREFIX)/share/man
30 -LOCALEDIR = $(DESTDIR)$(PREFIX)/share/locale
31 -INCLUDEDIR ?= $(PREFIX)/include
32 +LOCALEDIR = $(DESTDIR)$(PREFIX)
41 @@ -6,8 +6,8 @@ SBINDIR ?= $(PREFIX)/sbin
42 MANDIR ?= $(PREFIX)/share/man
44 LOCALEDIR ?= $(DESTDIR)$(PREFIX)/share/locale
47 +PAMH ?= $(shell test -f $(DESTDIR)$(PREFIX)/include/security/pam_appl.h && echo y)
48 +AUDITH ?= $(shell test -f $(DESTDIR)$(PREFIX)/include/libaudit.h && echo y)