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

Collapse All | Expand All

(-)a/lib/Makefile (-1 / +4 lines)
Lines 23-29 Link Here
23
all: $(LIBS)
23
all: $(LIBS)
24
24
25
$(LIBS): $(FX2_OBJS)
25
$(LIBS): $(FX2_OBJS)
26
	sdcclib fx2.lib $?
26
	rm -f fx2.lib
27
	for i in $(FX2_OBJS); do \
28
		sdcclib -a fx2.lib $$i; \
29
	done
27
30
28
usbav.rel: usbav.a51
31
usbav.rel: usbav.a51
29
	asx8051 -logs usbav.a51
32
	asx8051 -logs usbav.a51

Return to bug 426586