libroot: Style fix

This commit is contained in:
François Revol
2013-10-09 22:04:35 +02:00
parent 0e030f22e1
commit 158604494b
+7 -3
View File
@@ -2,7 +2,8 @@ SubDir HAIKU_TOP src system libroot ;
UsePrivateHeaders libroot runtime_loader ;
rule FilterArchive {
rule FilterArchive
{
# FilterArchive <target> : <source> : <members to remove>
# set the tools according to the platform
@@ -20,10 +21,13 @@ rule FilterArchive {
# delete the unwanted members
FilterArchive1 $(1) : $(3) ;
if $(RANLIB) { Ranlib $(1) ; }
if $(RANLIB) {
Ranlib $(1) ;
}
}
actions FilterArchive1 {
actions FilterArchive1
{
$(AR) $(<) $(>)
}