diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-06-06 19:45:45 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-06-06 19:45:45 +0000 |
commit | be4b52499f5abf5d2150a574c4e70ffc33a0f585 (patch) | |
tree | a980a5c9c4f5c9cf22fa5c37d1de1c5e811ae0ec /data/xkeyboard-config/rules/Makefile.inc | |
parent | 65ff8817f2d72228a8fdae8da217347daca78e46 (diff) |
TOP is a too generic name for a Makefile variable. It may be
present in users' enviroment to confirure top(1). Rename it to
XKC_TOP. Problem noticed by naddy@.
Diffstat (limited to 'data/xkeyboard-config/rules/Makefile.inc')
-rw-r--r-- | data/xkeyboard-config/rules/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/xkeyboard-config/rules/Makefile.inc b/data/xkeyboard-config/rules/Makefile.inc index d12fdab50..8959d8ccc 100644 --- a/data/xkeyboard-config/rules/Makefile.inc +++ b/data/xkeyboard-config/rules/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.1 2011/01/10 14:42:48 shadchin Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2011/06/06 19:45:44 matthieu Exp $ -TOP= ../../../.. +XKC_TOP= ../../../.. BINDIR= ${XKB_DIR}/${XKB_SUBDIR}/../bin SRCDIR= ${XKB_DIR}/${XKB_SUBDIR} |