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

Collapse All | Expand All

(-)a/Makefile (-4 / +6 lines)
Lines 10-22 Link Here
10
10
11
all: $(ALL)
11
all: $(ALL)
12
12
13
btt/btt:
13
.PHONY: all btreplay.make
14
15
btt/btt: $(PROGS)
14
	$(MAKE) -C btt
16
	$(MAKE) -C btt
15
17
16
btreplay/btrecord:
18
btreplay/btrecord: btreplay.make
17
	$(MAKE) -C btreplay
19
btreplay/btreplay: btreplay.make
18
20
19
btreplay/btreplay:
21
btreplay.make:
20
	$(MAKE) -C btreplay
22
	$(MAKE) -C btreplay
21
23
22
%.o: %.c
24
%.o: %.c

Return to bug 335741