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

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 12-21 bsod: $(OBJS) Link Here
12
	$(CC) -Wall $(OBJS) $(LDFLAGS) -o bsod
12
	$(CC) -Wall $(OBJS) $(LDFLAGS) -o bsod
13
13
14
install: bsod
14
install: bsod
15
	cp bsod $(DESTDIR)/usr/local/bin
15
	cp bsod $(DESTDIR)/usr/bin
16
16
17
uninstall: clean
17
uninstall: clean
18
	rm -f $(DESTDIR)/usr/local/bin/bsod
18
	rm -f $(DESTDIR)/usr/bin/bsod
19
19
20
clean:
20
clean:
21
	rm -f $(OBJS) bsod core gmon.out *.da
21
	rm -f $(OBJS) bsod core gmon.out *.da

Return to bug 275213