diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-17 17:33:48 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-17 17:33:48 +0000 |
| commit | 63d5d13fdf0156564f2947b39f0e35f8d4362445 (patch) | |
| tree | bcb1365eff3eb4d11b3b4ffdd9e847e2a27c9068 /usr.bin/make | |
| parent | 5e06a95bc37c72eef0d3531ce8a3877dd5163388 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/make.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index fea9a27f6930..48f5f93b843c 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -469,7 +469,7 @@ The following directories are tried in order: .Pp .Bl -enum -compact .It -${MAKEOBJDIRPREFIX}/`cwd` +${MAKEOBJDIRPREFIX}/`pwd` .It ${MAKEOBJDIR} .It @@ -477,7 +477,7 @@ obj.${MACHINE} .It obj .It -/usr/obj/`cwd` +/usr/obj/`pwd` .El .Pp The first directory that |
