diff options
Diffstat (limited to 'dirent/Makefile')
-rw-r--r-- | dirent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dirent/Makefile b/dirent/Makefile index fcd6dcdcc4..c61f0bf6d2 100644 --- a/dirent/Makefile +++ b/dirent/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc. +# Copyright (C) 1991,92,93,94,95,96,97,98,99,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 @@ -32,4 +32,4 @@ tests := list tst-seekdir opendir-tst1 include ../Rules -opendir-tst1-ARGS = --test-dir=${objdir} +opendir-tst1-ARGS = --test-dir=${common-objpfx}dirent |