diff options
Diffstat (limited to 'gnulib/Makefile')
-rw-r--r-- | gnulib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnulib/Makefile b/gnulib/Makefile index a7255b38b2..3586feb73f 100644 --- a/gnulib/Makefile +++ b/gnulib/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 1997 Free Software Foundation, Inc. +# Copyright (C) 1991, 1997, 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 @@ -18,6 +18,9 @@ subdir := gnulib +# Maybe this is the right place for a test of gcc's interface. +tests = tst-gcc + # Which routines are required is machine-dependent. include ../Rules |