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

(-)xen-3.0.2/tools/xenmon/Makefile (-1 / +1 lines)
Lines 43-48 Link Here
43
43
44
44
45
%: %.c Makefile
45
%: %.c Makefile
46
	$(CC) $(CFLAGS) $(LDFLAGS) -lxenctrl -o $@ $<
46
	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -lxenctrl
47
47
48
48

Return to bug 135145