From: Roland McGrath Date: Sun, 5 Jul 1992 00:52:45 +0000 (+0000) Subject: Formerly remote-cstms.c.~6~ X-Git-Tag: 3.70.2~683 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc1770c0350a3571bd88b6b8816de59ba6de521a;p=thirdparty%2Fmake.git Formerly remote-cstms.c.~6~ --- diff --git a/remote-cstms.c b/remote-cstms.c index 317b4e00..c933af50 100644 --- a/remote-cstms.c +++ b/remote-cstms.c @@ -72,7 +72,7 @@ start_remote_job (argv, envp, stdin_fd, is_remote, id_ptr, used_stdin) /* Find the current directory. */ if (getcwd (cwd, GET_PATH_MAX) == 0) { -#ifndef GETCWD_MISSING +#ifdef HAVE_GETCWD perror_with_name ("exporting: getcwd: ", ""); #else error ("exporting: getwd: %s", cwd);