summaryrefslogtreecommitdiff
path: root/nls/iso8859-2
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-01 22:13:35 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-01 22:13:35 +0000
commit197697c92a63091a4cc3cc04dcb7fa29d2655758 (patch)
tree9d2aa60af55575f5a3724614cc59267fb993b399 /nls/iso8859-2
parentc162d60ad8f124563f94a2a266de59373936266c (diff)
downloadxorg-lib-libX11-197697c92a63091a4cc3cc04dcb7fa29d2655758.tar.gz
Fix objdir != srcdir, as well as make distcheck.
Don't attempt to create Compose.pre files; formatting fixes. Added if not already present.
Diffstat (limited to 'nls/iso8859-2')
-rw-r--r--nls/iso8859-2/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/nls/iso8859-2/Makefile.am b/nls/iso8859-2/Makefile.am
index c14d8169..3adc393b 100644
--- a/nls/iso8859-2/Makefile.am
+++ b/nls/iso8859-2/Makefile.am
@@ -3,13 +3,13 @@ x11thislocaledir = @X11_LOCALEDIR@/$(shell basename `pwd`)
EXTRA_DIST = XLC_LOCALE.pre Compose.pre
dist_x11thislocale_DATA = XI18N_OBJS
-x11thislocale_DATA = XLC_LOCALE Compose
+x11thislocale_DATA = XLC_LOCALE Compose
# XXX: WCHAR32 definition <<-- WTF does this mean?
XLC_LOCALE: XLC_LOCALE.pre
$(CPP) -traditional -DWCHAR32=1 -DXCOMM='#' - < $(srcdir)/XLC_LOCALE.pre > $@
-Compose: Compose.pre
+Compose: $(srcdir)/Compose.pre
$(CPP) -traditional -DXCOMM='#' - < $(srcdir)/Compose.pre > $@
-DISTCLEANFILES=XLC_LOCALE Compose
+DISTCLEANFILES = XLC_LOCALE Compose