diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-27 21:59:25 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-27 21:59:25 +0000 |
| commit | 664a482fd0bbd81fc2db70fd8f9be33ac5510d1e (patch) | |
| tree | 9f9d8f1d51bd866e5cbda63d5ae10c3ef4bf363f /usr.bin/make | |
| parent | b9e1fead9e106cddb600984f5f4744c8aed95f44 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/main.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index 4094276d236f..c3608f35ee9f 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -396,12 +396,6 @@ main(argc, argv) exit(2); } - if ((pwd = getenv("PWD")) != NULL) { - if (stat(pwd, &sb) == 0 && sa.st_ino == sb.st_ino && - sa.st_dev == sb.st_dev) - (void) strcpy(curdir, pwd); - } - /* * Get the name of this type of MACHINE from utsname * so we can share an executable for similar machines. |
