diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-09 23:17:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-09 23:17:20 +0000 |
commit | 55f462edb056e70ddfdd7bf388a8088d6773ff1d (patch) | |
tree | 5613f175899c5424ef36e79e803a499f11a9c21d /posix | |
parent | 53e5cdd8442dd1fcbc9e93d09d2c37863428d152 (diff) | |
download | glibc-55f462edb056e70ddfdd7bf388a8088d6773ff1d.tar.gz glibc-55f462edb056e70ddfdd7bf388a8088d6773ff1d.tar.xz glibc-55f462edb056e70ddfdd7bf388a8088d6773ff1d.zip |
Update. glibc-2.2 cvs/glibc-2_2
(tst-chmod-ARGS): Likewise.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index e485f5daa3..a83996f0b4 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -115,7 +115,7 @@ tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \ tst-exec-ARGS = -- $(built-program-cmd) tst-spawn-ARGS = -- $(built-program-cmd) tst-dir-ARGS = `pwd` `cd $(common-objdir)/$(subdir); pwd` `cd $(common-objdir); pwd` $(objpfx)tst-dir -tst-chmod-ARGS = $(objpfx) +tst-chmod-ARGS = `pwd` tst-fnmatch-ENV = LOCPATH=$(common-objpfx)localedata tst-regexloc-ENV = LOCPATH=$(common-objpfx)localedata |