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

Collapse All | Expand All

(-)a/src/Makefile (-2 / +1 lines)
Lines 18-25 Link Here
18
18
19
all: bwmon
19
all: bwmon
20
20
21
bwmon: $(OBJS)
21
../bwmon: $(OBJS)
22
	$(CC) $(LDFLAGS) -o ../$@ $(OBJS)
23
22
24
clean:
23
clean:
25
	@for i in $(OBJS) *~ core bwmon; do \
24
	@for i in $(OBJS) *~ core bwmon; do \

Return to bug 247924