Index: /trunk/src/VBox/Installer/win/Makefile.kmk
===================================================================
--- /trunk/src/VBox/Installer/win/Makefile.kmk	(revision 68065)
+++ /trunk/src/VBox/Installer/win/Makefile.kmk	(revision 68066)
@@ -752,5 +752,5 @@
 		'  <Directory Id="dir_VBoxUnattendedTemplates" Name="UnattendedTemplates">' \
 		'    <Component Id="cp_UnattendedTemplates" Guid="0571550d-aaa5-4723-c17b-5ddcc29f5686" Win64="$$(var.Property_Win64)">' \
-		$@ $(foreach file,$(VBOX_UNATTENDED_TEMPLATES), \
+		$(foreach file,$(VBOX_UNATTENDED_TEMPLATES), \
 		'      <File Id="$(file)" Name="$(file)" Source="$$(env.PATH_OUT)\bin\UnattendedTemplates\$(file)" />') \
 		'    </Component>' \
@@ -758,5 +758,4 @@
 endif
 	$(APPEND) $@ '</Include>'
-	$(CAT) $@
 
 
