aboutsummaryrefslogtreecommitdiffstats
path: root/policycoreutils/load_policy/Makefile
diff options
context:
space:
mode:
authorEric Paris <eparis@redhat.com>2011-09-19 16:38:33 -0400
committerEric Paris <eparis@redhat.com>2011-11-02 15:37:08 -0400
commit468bff095253171300a5faa4bb23f0b2524fde08 (patch)
tree2a83340d68369d0ddde4ae95c024b353aeb1aa81 /policycoreutils/load_policy/Makefile
parentfdeeccaa0ec11a5a549c60fc2da1f4dcd8eb5c65 (diff)
downloadandroid_external_selinux-468bff095253171300a5faa4bb23f0b2524fde08.tar.gz
android_external_selinux-468bff095253171300a5faa4bb23f0b2524fde08.tar.bz2
android_external_selinux-468bff095253171300a5faa4bb23f0b2524fde08.zip
tree: Makefiles: syntax, convert all ${VAR} to $(VAR)
This is purely personal preference. Most of the Makefiles use $() for Makefile variables, but a couple of places use ${}. Since this obscured some later Makefile changes I figured I'd just make them all the same up front. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>
Diffstat (limited to 'policycoreutils/load_policy/Makefile')
-rw-r--r--policycoreutils/load_policy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/policycoreutils/load_policy/Makefile b/policycoreutils/load_policy/Makefile
index a634d4b0..c90d4ddb 100644
--- a/policycoreutils/load_policy/Makefile
+++ b/policycoreutils/load_policy/Makefile
@@ -1,5 +1,5 @@
# Installation directories.
-PREFIX ?= ${DESTDIR}/usr
+PREFIX ?= $(DESTDIR)/usr
SBINDIR ?= $(DESTDIR)/sbin
USRSBINDIR ?= $(PREFIX)/sbin
MANDIR ?= $(PREFIX)/share/man