diff --git a/src/system/libroot/Jamfile b/src/system/libroot/Jamfile index 8f1e74688e..487df1e0ee 100644 --- a/src/system/libroot/Jamfile +++ b/src/system/libroot/Jamfile @@ -2,7 +2,8 @@ SubDir HAIKU_TOP src system libroot ; UsePrivateHeaders libroot runtime_loader ; -rule FilterArchive { +rule FilterArchive +{ # FilterArchive : : # 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) $(<) $(>) }