diff options
Diffstat (limited to 'conform/Makefile')
-rw-r--r-- | conform/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conform/Makefile b/conform/Makefile index bfa860b44f..af8f2a033a 100644 --- a/conform/Makefile +++ b/conform/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1999 Free Software Foundation, Inc. +# Copyright (C) 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 @@ -21,4 +21,5 @@ # subdir := conform -distribute = conformtest.pl $(wildcard data/*.h-data) +distribute = conformtest.pl $(wildcard data/*.h-data) \ + $(wildcard data/*/*.h-data) |