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

Collapse All | Expand All

(-)mpfr-2.2.1.old/Makefile.in (-1 / +3 lines)
Lines 363-374 Link Here
363
	cd $(top_builddir) && $(SHELL) ./config.status $@
363
	cd $(top_builddir) && $(SHELL) ./config.status $@
364
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
364
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
365
	@$(NORMAL_INSTALL)
365
	@$(NORMAL_INSTALL)
366
	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
366
	test -z "$(DESTDIR)$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
367
	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
367
	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
368
	  if test -f $$p; then \
368
	  if test -f $$p; then \
369
	    f=$(am__strip_dir) \
369
	    f=$(am__strip_dir) \
370
	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
370
	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
371
	    test -z ".libs/$${p}i" || cp -a ".libs/$$p" ".libs/$${p}i"; \
371
	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
372
	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
373
	    rm -f ".libs/$${p}i"; \
372
	  else :; fi; \
374
	  else :; fi; \
373
	done
375
	done
374
376

Return to bug 192352