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 /conform | |
parent | 74dd1fee1cea649ee16ee94c898cc71ce67dd02f (diff) | |
download | glibc-aaf688e85f11a2e6d2fc7b9afbf81e15e146f766.tar.gz |
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 'conform')
-rw-r--r-- | conform/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conform/Makefile b/conform/Makefile index af8f2a033a..0104e37d98 100644 --- a/conform/Makefile +++ b/conform/Makefile @@ -23,3 +23,5 @@ subdir := conform distribute = conformtest.pl $(wildcard data/*.h-data) \ $(wildcard data/*/*.h-data) + +include ../Rules |