Override File actions to be whitespace-safe
This commit is contained in:
parent
78d1b920ed
commit
89804230e1
@ -692,3 +692,9 @@ rule SubInclude
|
||||
# restore SUBDIR_TOKENS
|
||||
SUBDIR_TOKENS = $(oldSubDirTokens) ;
|
||||
}
|
||||
|
||||
|
||||
actions File
|
||||
{
|
||||
$(CP) "$(>)" "$(<)"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user