Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
2000-08-01  Andreas Jaeger  <aj@suse.de>

	* hesiod/Makefile (distribute): Add nss_hesiod/nss_hesiod.h.

	* elf/Makefile (distribute): Add filtmod1.c and filtmod2.c.

	* wctype/Makefile (distribute): Add wchar-lookup.h.

	* sysdeps/generic/Dist: Add bp-checks.h.

	* iconvdata/Makefile (distribute): Add isiri-3342.h.
  • Loading branch information
Andreas Jaeger committed Aug 1, 2000
1 parent db54bbf commit 5cc9007
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2000-08-01 Andreas Jaeger <aj@suse.de>

* hesiod/Makefile (distribute): Add nss_hesiod/nss_hesiod.h.

* elf/Makefile (distribute): Add filtmod1.c and filtmod2.c.

* wctype/Makefile (distribute): Add wchar-lookup.h.

* sysdeps/generic/Dist: Add bp-checks.h.

* iconvdata/Makefile (distribute): Add isiri-3342.h.

2000-08-01 Andreas Schwab <schwab@suse.de>

* Make-dist (dist): Resolve `..' in file names.
Expand Down
2 changes: 1 addition & 1 deletion elf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ distribute := $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \
ldconfig.h ldconfig.c cache.c readlib.c readelflib.c \
dep1.c dep2.c dep3.c dep4.c dl-dtprocnum.h \
vismain.c vismod1.c vismod2.c vismod3.c \
constload2.c constload3.c
constload2.c constload3.c filtmod1.c filtmod2.c

include ../Makeconfig

Expand Down
2 changes: 1 addition & 1 deletion hesiod/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#
subdir := hesiod

distribute := hesiod.h hesiod_p.h README.hesiod
distribute := hesiod.h hesiod_p.h README.hesiod nss_hesiod/nss_hesiod.h

extra-libs := libnss_hesiod
extra-libs-others = $(extra-libs)
Expand Down
6 changes: 3 additions & 3 deletions iconvdata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ distribute := gconv-modules extra-module.mk gap.awk gaptab.awk \
koi8-r.c ksc5601.c ksc5601.h latin-greek.c latin-greek-1.c \
macintosh.c mac-is.c mac-uk.c nats-dano.c nats-sefi.c sjis.c \
t.61.c uhc.c sami-ws2.c iso-ir-197.c tis-620.c koi8-u.c \
isiri-3342.c gbgbk.c iso-2022-cn.c cns11643l2.h iso8859-16.c \
utf-16.c unicode.c big5hkscs.c iso-ir-165.c iso-ir-165.h \
gb18030.c
isiri-3342.c isiri-3342.h gbgbk.c iso-2022-cn.c cns11643l2.h \
iso8859-16.c utf-16.c unicode.c big5hkscs.c iso-ir-165.c \
iso-ir-165.h gb18030.c

# We build the transformation modules only when we build shared libs.
ifeq (yes,$(build-shared))
Expand Down
2 changes: 2 additions & 0 deletions sysdeps/generic/Dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ updwtmpx.c
utmpxname.c
bits/libc-tsd.h
siglist.h
bp-semctl.h
bp-checks.h
bp-thunks.h
bp-sym.h
bp-start.h
4 changes: 2 additions & 2 deletions wctype/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
# Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
# This file is part of the GNU C Library.

# The GNU C Library is free software; you can redistribute it and/or
Expand All @@ -22,7 +22,7 @@
subdir := wctype

headers := wctype.h
distribute := cname-lookup.h
distribute := cname-lookup.h wchar-lookup.h
routines := wcfuncs wctype iswctype wctrans towctrans wcextra \
wcfuncs_l wctype_l iswctype_l wctrans_l towctrans_l \
wcextra_l
Expand Down

0 comments on commit 5cc9007

Please sign in to comment.