diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-22 22:46:31 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-22 22:46:31 +0000 |
commit | c162d60ad8f124563f94a2a266de59373936266c (patch) | |
tree | 0453edd28554be0f20549e9935c898a579860d6a /nls/ja_JP.UTF-8 | |
parent | 9ee8abdab03ea605a6327118ab7dacab6adf8876 (diff) |
Apply these patches from Theo van Klaveren:
lib-dmx.patch lib-FS.patch lib-X11.patch lib-XRes.patch lib-XScrnSaver.patch lib-xtrans.patch
to make the libraries distcheck.
Diffstat (limited to 'nls/ja_JP.UTF-8')
-rw-r--r-- | nls/ja_JP.UTF-8/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nls/ja_JP.UTF-8/Makefile.am b/nls/ja_JP.UTF-8/Makefile.am index 89c2b75c..cd29118e 100644 --- a/nls/ja_JP.UTF-8/Makefile.am +++ b/nls/ja_JP.UTF-8/Makefile.am @@ -10,7 +10,7 @@ XLC_LOCALE: XLC_LOCALE.pre $(CPP) -traditional -DWCHAR32=1 -DXCOMM='#' - < $(srcdir)/XLC_LOCALE.pre > $@ Compose: Compose.pre - $(CPP) -traditional -DXCOMM='#' - < Compose.pre > $@ + $(CPP) -traditional -DXCOMM='#' - < $(srcdir)/Compose.pre > $@ Compose.pre: touch Compose.pre |