diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-20 23:01:02 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-20 23:01:02 +0000 |
commit | a1f110bda80bb3b8e4f602385ca5ccd96cf3f786 (patch) | |
tree | 34649a63ea18a7414281e84a3a2fe0511fbc6939 /xkb | |
parent | 385730d23944c24dd9af45b27f62c1161abc48b2 (diff) |
Make sure XKM_OUTPUT_DIR (used in code) ends in / (so paths don't get hosed
when appending file names) but XKB_COMPILED_DIR (used in Makefiles)
does not so install-sh -d doesn't get confused when the directory
already exists.
Diffstat (limited to 'xkb')
-rw-r--r-- | xkb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xkb/Makefile.am b/xkb/Makefile.am index 522d0436d..305ce5870 100644 --- a/xkb/Makefile.am +++ b/xkb/Makefile.am @@ -51,5 +51,5 @@ libxkbstubs_la_SOURCES = ddxVT.c ddxPrivate.c ddxKillSrv.c EXTRA_DIST = xkb.h xkbDflts.h -xkbcompileddir = $(XKM_OUTPUT_DIR) +xkbcompileddir = $(XKB_COMPILED_DIR) dist_xkbcompiled_DATA = README.compiled |