about summary refs log tree commit diff
path: root/localedata
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-14 03:46:36 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-14 03:46:36 +0000
commitcf2964e2b797e7525f02761e545283f6baff4bac (patch)
treee86e56ef8f0e8484d97c468f438c102c39c34ac4 /localedata
parent002ab0343498d415f87a14c91e5484aa708f8203 (diff)
downloadglibc-cf2964e2b797e7525f02761e545283f6baff4bac.tar.gz
glibc-cf2964e2b797e7525f02761e545283f6baff4bac.tar.xz
glibc-cf2964e2b797e7525f02761e545283f6baff4bac.zip
Update.
	* Makefile (distribute): Add include/shlib-compat.h.
Diffstat (limited to 'localedata')
-rw-r--r--localedata/ChangeLog2
-rw-r--r--localedata/Makefile5
2 files changed, 5 insertions, 2 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 359fc10088..cd06f58413 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,7 @@
 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
 
+	* Makefile (ld-test-srcs): Handle .ds files separately.
+
 	* Makefile (ld-test-srcs): Distribute all test6 input files.
 
 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
diff --git a/localedata/Makefile b/localedata/Makefile
index 05b85e14ad..6f20ff96fa 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -45,7 +45,8 @@ test-output := $(foreach s, .out .xout, \
 ld-test-names := test1 test2 test3 test4 test5 test6
 ld-test-srcs := $(addprefix tests/,$(addsuffix .cm,$(ld-test-names)) \
 				   $(addsuffix .def,$(ld-test-names)) \
-				   $(addsuffix .ds,$(ld-test-names)))
+				   $(addsuffix .ds,test5 test6) \
+				   test6.c trans.def)
 
 fmon-tests = n01y12 n02n40 n10y31 n11y41 n12y11 n20n32 n30y20 n41n00 \
 	     y01y10 y02n22 y22n42 y30y21 y32n31 y40y00 y42n21
@@ -58,7 +59,7 @@ distribute := CHECKSUMS README SUPPORTED ChangeLog			\
 	      $(charmaps) $(locales) $(repertoiremaps)			\
 	      tst-rpmatch.sh tst-locale.sh tst-fmon.sh sort-test.sh	\
 	      tst-fmon.data $(test-input-data) $(ld-test-srcs)		\
-	      th_TH.in cs_CZ.in tst-mbswcs.sh tst-trans.sh trans.def
+	      th_TH.in cs_CZ.in tst-mbswcs.sh tst-trans.sh
 
 # Get $(inst_i18ndir) defined.
 include ../Makeconfig