diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-03 04:40:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-03 04:40:50 +0000 |
commit | aaf688e85f11a2e6d2fc7b9afbf81e15e146f766 (patch) | |
tree | 181d7ef2008c2c93747f1c5cc15a83605e1ad487 /Makeconfig | |
parent | 74dd1fee1cea649ee16ee94c898cc71ce67dd02f (diff) | |
download | glibc-aaf688e85f11a2e6d2fc7b9afbf81e15e146f766.tar glibc-aaf688e85f11a2e6d2fc7b9afbf81e15e146f766.tar.gz glibc-aaf688e85f11a2e6d2fc7b9afbf81e15e146f766.tar.bz2 glibc-aaf688e85f11a2e6d2fc7b9afbf81e15e146f766.zip |
Update.
* Makeconfig (all-subdirs): Add conform.
* conform/Makefile: Include ../Rules.
* Makefile (README): Add rules to generate here as well.
2000-08-02 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig index 40404a5d1f..5064152366 100644 --- a/Makeconfig +++ b/Makeconfig @@ -818,7 +818,7 @@ all-subdirs = csu assert ctype locale intl catgets math setjmp signal \ stdlib stdio-common $(stdio) malloc string wcsmbs time dirent \ grp pwd posix io termios resource misc socket sysvipc gmon \ gnulib iconv iconvdata wctype manual shadow po argp \ - crypt $(add-ons) nss localedata timezone rt debug \ + crypt $(add-ons) nss localedata timezone rt conform debug \ $(sysdep-subdirs) $(dlfcn) $(binfmt-subdir) all-subdirs := $(filter-out $(sysdep-inhibit-subdirs),$(all-subdirs)) |