]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly job.c.~82~
authorRoland McGrath <roland@redhat.com>
Wed, 9 Sep 1992 20:32:56 +0000 (20:32 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 9 Sep 1992 20:32:56 +0000 (20:32 +0000)
job.c

diff --git a/job.c b/job.c
index 6ae115685047738e79f959e0e635d4881cffc994..d049f753080255fcde9e725792ade7916ff97a0a 100644 (file)
--- a/job.c
+++ b/job.c
@@ -451,9 +451,7 @@ start_job_command (child)
        noprint = 1;
       else if (*p == '-')
        child->noerror = 1;
-      else if (*p == '+')
-       recursive = 1;
-      else if (!isblank (*p))
+      else if (!isblank (*p) && *p != '+')
        break;
       ++p;
     }