diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-11-19 11:23:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-11-19 11:23:37 +0000 |
commit | bb41a976a37574d81b6755b1d57c7ce47d8f9dcb (patch) | |
tree | e2cece2c6f82b9ae85acc1d5a0ca6c57c4a3baad /Make-dist | |
parent | 97dac76c11e1317222fb09913d695bab51ba7b3c (diff) | |
download | glibc-bb41a976a37574d81b6755b1d57c7ce47d8f9dcb.tar glibc-bb41a976a37574d81b6755b1d57c7ce47d8f9dcb.tar.gz glibc-bb41a976a37574d81b6755b1d57c7ce47d8f9dcb.tar.bz2 glibc-bb41a976a37574d81b6755b1d57c7ce47d8f9dcb.zip |
Update.
1998-11-19 Ulrich Drepper <drepper@cygnus.com>
* Makeconfig: Add comment to all-subdirs definition.
Add rule to generate sysd-sorted. Include this file and and set
subdirs value to $(sorted-subdirs).
* scripts/gen-sorted.awk: New file.
* Make-dist (+tsrcs): Add Depend.
* nscd/Depend: New file.
* nss/Depend: New file.
* rt/Depend: New file.
* manual/errno.texi> Change the short text for ENODEV to
"No such device".
Diffstat (limited to 'Make-dist')
-rw-r--r-- | Make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ ifdef subdir foo:=$(shell echo subdir foo >&2) -+tsrcs := Makefile $(wildcard Versions) $(+tsrcs) \ ++tsrcs := Makefile $(wildcard Versions) $(wildcard Depend) $(+tsrcs) \ $(addsuffix .c,$(others) $(tests) $(tests-static) $(test-srcs)) \ $(wildcard $(addsuffix .input,$(tests) (tests-static) $(test-srcs)) \ $(addsuffix .args,$(tests) $(tests-static) $(test-srcs))) |