Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 447496 | Differences between
and this patch

Collapse All | Expand All

(-)i3-4.3.orig/libi3/libi3.mk (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
libi3.a: $(libi3_OBJECTS)
15
libi3.a: $(libi3_OBJECTS)
16
	echo "[libi3] AR libi3.a"
16
	echo "[libi3] AR libi3.a"
17
	ar rcs $@ $^ $(libi3_LIBS)
17
	$(AR) rcs $@ $^ $(libi3_LIBS)
18
18
19
clean-libi3:
19
clean-libi3:
20
	echo "[libi3] Clean"
20
	echo "[libi3] Clean"

Return to bug 447496