diff options
author | Alexander Gottwald <ago@freedesktop.org> | 2005-06-09 21:30:15 +0000 |
---|---|---|
committer | Alexander Gottwald <ago@freedesktop.org> | 2005-06-09 21:30:15 +0000 |
commit | 1a0de49da1274882bab05b0f7240936b37955e5c (patch) | |
tree | b11ee08ab74fff812a5062f5adebe938c7bd0113 /nls/th_TH | |
parent | af4f0f302644ebfbb0ca9f4016a4aee85c973d37 (diff) |
Use $(srcdir) for Compose.pre and XLC_LOCALE.pre
Diffstat (limited to 'nls/th_TH')
-rw-r--r-- | nls/th_TH/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nls/th_TH/Makefile.am b/nls/th_TH/Makefile.am index 67c9af34..89c2b75c 100644 --- a/nls/th_TH/Makefile.am +++ b/nls/th_TH/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 > $@ |