Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 604618
Collapse All | Expand All

(-)lincity-ng-2.9.beta.old/mk/jam/unix.jam (-1 / +5 lines)
Lines 45-48 Link Here
45
    $(LINK) -o $(<) $(>) $(EXTRAOBJECTS) $(NEEDLIBS) $(LIBS)
45
    $(LINK) -o $(<) $(>) $(EXTRAOBJECTS) $(NEEDLIBS) $(LIBS)
46
}
46
}
47
47
48
48
# jam Archive action seems to include the arguments which will break our AR export
49
actions Archive
50
{
51
    $(AR) ru $(<) $(>)
52
}

Return to bug 604618