aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/mk/recipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/mk/recipe.c')
-rw-r--r--src/cmd/mk/recipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/mk/recipe.c b/src/cmd/mk/recipe.c
index 144a4904..bf7f8ab1 100644
--- a/src/cmd/mk/recipe.c
+++ b/src/cmd/mk/recipe.c
@@ -99,7 +99,7 @@ dorecipe(Node *node)
}
MADESET(n, BEINGMADE);
}
- /*print("lt=%s ln=%s lp=%s\n",wtos(head.next, ' '),wtos(ln.next, ' '),wtos(lp.next, ' '));*//**/
+ /*print("lt=%s ln=%s lp=%s\n",wtos(head.next, ' '),wtos(ln.next, ' '),wtos(lp.next, ' '));*/
run(newjob(r, node, aa->stem, aa->match, lp.next, ln.next, head.next, ahead.next));
return(1);
}