Override File actions to be whitespace-safe

This commit is contained in:
Ingo Weinhold
2013-04-23 19:49:21 +02:00
parent 78d1b920ed
commit 89804230e1
+6
View File
@@ -692,3 +692,9 @@ rule SubInclude
# restore SUBDIR_TOKENS # restore SUBDIR_TOKENS
SUBDIR_TOKENS = $(oldSubDirTokens) ; SUBDIR_TOKENS = $(oldSubDirTokens) ;
} }
actions File
{
$(CP) "$(>)" "$(<)"
}