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

Collapse All | Expand All

(-)icecream/client/Makefile.am (-4 lines)
Lines 15-24 Link Here
15
15
16
install-exec-local:
16
install-exec-local:
17
	$(mkinstalldirs) $(DESTDIR)$(bindir)
17
	$(mkinstalldirs) $(DESTDIR)$(bindir)
18
	for link in g++ gcc c++ cc; do \
19
	  rm -f $(DESTDIR)$(bindir)/$$link ;\
20
	  $(LN_S) icecc $(DESTDIR)$(bindir)/$$link ;\
21
	done
22
18
23
uninstall-local:
19
uninstall-local:
24
	for link in g++ gcc c++ cc; do \
20
	for link in g++ gcc c++ cc; do \

Return to bug 139352