]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly remote-cstms.c.~6~
authorRoland McGrath <roland@redhat.com>
Sun, 5 Jul 1992 00:52:45 +0000 (00:52 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 5 Jul 1992 00:52:45 +0000 (00:52 +0000)
remote-cstms.c

index 317b4e00bff80205dcd4e218256272604bbaa0b1..c933af500c2caa7d28d08a862fcffec5b8f10edd 100644 (file)
@@ -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);