summaryrefslogtreecommitdiff
path: root/nls/zh_CN.UTF-8
diff options
context:
space:
mode:
authorAlexander Gottwald <ago@freedesktop.org>2005-06-09 21:30:15 +0000
committerAlexander Gottwald <ago@freedesktop.org>2005-06-09 21:30:15 +0000
commit1a0de49da1274882bab05b0f7240936b37955e5c (patch)
treeb11ee08ab74fff812a5062f5adebe938c7bd0113 /nls/zh_CN.UTF-8
parentaf4f0f302644ebfbb0ca9f4016a4aee85c973d37 (diff)
Use $(srcdir) for Compose.pre and XLC_LOCALE.pre
Diffstat (limited to 'nls/zh_CN.UTF-8')
-rw-r--r--nls/zh_CN.UTF-8/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/nls/zh_CN.UTF-8/Makefile.am b/nls/zh_CN.UTF-8/Makefile.am
index 67c9af34..89c2b75c 100644
--- a/nls/zh_CN.UTF-8/Makefile.am
+++ b/nls/zh_CN.UTF-8/Makefile.am
@@ -7,7 +7,7 @@ x11thislocale_DATA = XLC_LOCALE Compose
# XXX: WCHAR32 definition <<-- WTF does this mean?
XLC_LOCALE: XLC_LOCALE.pre
- $(CPP) -traditional -DWCHAR32=1 -DXCOMM='#' - < XLC_LOCALE.pre > $@
+ $(CPP) -traditional -DWCHAR32=1 -DXCOMM='#' - < $(srcdir)/XLC_LOCALE.pre > $@
Compose: Compose.pre
$(CPP) -traditional -DXCOMM='#' - < Compose.pre > $@