diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-09 19:22:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-09 19:22:09 +0000 |
commit | 53e5cdd8442dd1fcbc9e93d09d2c37863428d152 (patch) | |
tree | 977f9f8d3f9d8651b750d323496061fc66a9452d /posix/Makefile | |
parent | c7ecdbda29cf1fe64cf9b1a482a804d86f7a17f8 (diff) | |
download | glibc-53e5cdd8442dd1fcbc9e93d09d2c37863428d152.tar.gz glibc-53e5cdd8442dd1fcbc9e93d09d2c37863428d152.tar.xz glibc-53e5cdd8442dd1fcbc9e93d09d2c37863428d152.zip |
Update.
2000-11-09 Ulrich Drepper <drepper@redhat.com> * version.h (VERSION): Bump to 2.2. (RELEASE): Set to stable. * posix/Makefile (tst-dir-ARGS): Fix problem with compiling in source directory.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index 4329566c0b..e485f5daa3 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -114,7 +114,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` "$(objdir)/$(subdir)" "$(common-objdir)" $(objpfx)tst-dir +tst-dir-ARGS = `pwd` `cd $(common-objdir)/$(subdir); pwd` `cd $(common-objdir); pwd` $(objpfx)tst-dir tst-chmod-ARGS = $(objpfx) tst-fnmatch-ENV = LOCPATH=$(common-objpfx)localedata |