add a dist target to jam
[supertux.git] / mk / jam / helper.jam
index 965f616..e359ca4 100644 (file)
@@ -167,7 +167,7 @@ rule ConcatDirs
 ##    Copy source file to target.
 actions Copy
 {
-  $(CP) $(>) $(<)
+  $(CP) "$(>)" "$(<)"
 }
 
 actions ignore Move