From 391456aad790172c3cbbceb5544dd785c0e60a99 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 6 Nov 2010 21:56:23 +0000 Subject: Improve backslash/newline handling to adhere to POSIX requirements. --- rule.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rule.c') diff --git a/rule.c b/rule.c index a966cc9..3ad38eb 100644 --- a/rule.c +++ b/rule.c @@ -389,6 +389,7 @@ install_pattern_rule (struct pspec *p, int terminal) anyway because somebody might want to free them later. */ r->cmds->commands = xstrdup (p->commands); r->cmds->command_lines = 0; + r->cmds->recipe_prefix = RECIPEPREFIX_DEFAULT; } } -- cgit v1.2.3