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

(-)icecc-1.0.1.org/client/Makefile.am.org (+6 lines)
Lines 34-39 Link Here
34
		$(LN_S) $(bindir)/icecc $(DESTDIR)$(pkglibexecdir)/bin/$$link ;\
34
		$(LN_S) $(bindir)/icecc $(DESTDIR)$(pkglibexecdir)/bin/$$link ;\
35
	done
35
	done
36
36
37
	$(mkinstalldirs) $(DESTDIR)$(pkglibexecdir)/bin
38
	for link in ${CHOST}-g++ ${CHOST}-c++ ${CHOST}-gcc; do \
39
		rm -f $(DESTDIR)$(pkglibexecdir)/bin/$$link ;\
40
		$(LN_S) $(bindir)/icecc $(DESTDIR)$(pkglibexecdir)/bin/$$link ;\
41
	done
42
37
uninstall-local:
43
uninstall-local:
38
	rm $(DESTDIR)$(bindir)/icerun
44
	rm $(DESTDIR)$(bindir)/icerun
39
45

Return to bug 536746