about summary refs log tree commit diff
path: root/Makeconfig
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-03 04:40:50 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-03 04:40:50 +0000
commitaaf688e85f11a2e6d2fc7b9afbf81e15e146f766 (patch)
tree181d7ef2008c2c93747f1c5cc15a83605e1ad487 /Makeconfig
parent74dd1fee1cea649ee16ee94c898cc71ce67dd02f (diff)
downloadglibc-aaf688e85f11a2e6d2fc7b9afbf81e15e146f766.tar.gz
glibc-aaf688e85f11a2e6d2fc7b9afbf81e15e146f766.tar.xz
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--Makeconfig2
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))