summaryrefslogtreecommitdiff
path: root/remote-stub.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1998-07-30 20:54:47 +0000
committerPaul Smith <psmith@gnu.org>1998-07-30 20:54:47 +0000
commitc35c037ca1bc165f666a3f7a0fd54ca1209bc974 (patch)
tree8ac64ff471e0a976daf75ef913c084adba4972fc /remote-stub.c
parenteaf8e1e0c5666466ba75046235993c6ef0edf697 (diff)
downloadmake-c35c037ca1bc165f666a3f7a0fd54ca1209bc974.tar.gz
GNU make release 3.77.
Diffstat (limited to 'remote-stub.c')
-rw-r--r--remote-stub.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/remote-stub.c b/remote-stub.c
index 958c11da..1ff9b04a 100644
--- a/remote-stub.c
+++ b/remote-stub.c
@@ -41,7 +41,8 @@ remote_cleanup ()
/* Return nonzero if the next job should be done remotely. */
int
-start_remote_job_p ()
+start_remote_job_p (first_p)
+ int first_p;
{
return 0;
}