diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-04-21 00:42:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-04-21 00:42:54 +0000 |
commit | 613e80bba86b929ef9f25d6c2154eeb6bbf0e67e (patch) | |
tree | a6408a599ee970c2534b5ca30d7816b5ca7934a8 /manual | |
parent | 5dab676e41ac432e9fb7c0007dd9a37297d41f40 (diff) | |
download | glibc-613e80bba86b929ef9f25d6c2154eeb6bbf0e67e.zip glibc-613e80bba86b929ef9f25d6c2154eeb6bbf0e67e.tar.gz glibc-613e80bba86b929ef9f25d6c2154eeb6bbf0e67e.tar.bz2 |
(glibc-targets): Add xtests.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/Makefile b/manual/Makefile index be7d0e1..d9ae04b 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1992-1999, 2000, 2001 Free Software Foundation, Inc. +# Copyright (C) 1992-1999, 2000, 2001, 2002 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 @@ -234,7 +234,7 @@ subdir_%: ; # ../Rules defines them for code subdirectories; for us, they are no-ops. # None of these should be `subdir_TARGET'; those targets are transformed # by the implicit rule above into `TARGET' deps. -glibc-targets := lib objects objs others tests lint.out \ +glibc-targets := lib objects objs others tests xtests lint.out \ echo-headers echo-distinfo .PHONY: $(glibc-targets) $(glibc-targets): |