﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
107	kmk: newlines args when invoking builtin commands	bird	bird	"In the following sample, tst1 and tst2 should be identical. Unfortunately, tst1 will have twice the number of lines due to a bug in creating the argument list for the builtin command.

{{{
tst1:
	$(APPEND_INT) -tn $@ \
		""/* $(DOLLAR)Id: $(DOLLAR)*/"" \
		""/** @file"" \
		"" * file header."" \
		"" */"" \
    
tst2:
	$(APPEND_EXT) -tn $@ \
		""/* $(DOLLAR)Id: $(DOLLAR)*/"" \
		""/** @file"" \
		"" * file header."" \
		"" */"" \
}}}"	defect	assigned	major	0.2.0	kmk	0.1.5			
