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

(-)cairo-0.4.0/src/Makefile.in.old (-12 / +2 lines)
Lines 653-659 Link Here
653
653
654
info-am:
654
info-am:
655
655
656
install-data-am: install-cairoincludeHEADERS install-data-local
656
install-data-am: install-cairoincludeHEADERS
657
657
658
install-exec-am: install-libLTLIBRARIES
658
install-exec-am: install-libLTLIBRARIES
659
659
Lines 689-695 Link Here
689
	distclean-compile distclean-generic distclean-libtool \
689
	distclean-compile distclean-generic distclean-libtool \
690
	distclean-tags distdir dvi dvi-am html html-am info info-am \
690
	distclean-tags distdir dvi dvi-am html html-am info info-am \
691
	install install-am install-cairoincludeHEADERS install-data \
691
	install install-am install-cairoincludeHEADERS install-data \
692
	install-data-am install-data-local install-exec \
692
	install-data-am install-exec \
693
	install-exec-am install-info install-info-am \
693
	install-exec-am install-info install-info-am \
694
	install-libLTLIBRARIES install-man install-strip installcheck \
694
	install-libLTLIBRARIES install-man install-strip installcheck \
695
	installcheck-am installdirs maintainer-clean \
695
	installcheck-am installdirs maintainer-clean \
Lines 698-713 Link Here
698
	tags uninstall uninstall-am uninstall-cairoincludeHEADERS \
698
	tags uninstall uninstall-am uninstall-cairoincludeHEADERS \
699
	uninstall-info-am uninstall-libLTLIBRARIES
699
	uninstall-info-am uninstall-libLTLIBRARIES
700
700
701
702
install-data-local:
703
	@if test -f $(includedir)/cairo.h || test -f $(includedir)/cairo-features.h ; then \
704
	  echo "****************************************************************" ;	\
705
	  echo "*** Error: Old headers found. You should remove the following" ;	\
706
	  echo "***        files and then type 'make install' again." ;			\
707
	  ls $(includedir)/cairo*.h ;							\
708
	  echo "****************************************************************" ;	\
709
	  false ;									\
710
        fi
711
# Tell versions [3.59,3.63) of GNU make to not export all variables.
701
# Tell versions [3.59,3.63) of GNU make to not export all variables.
712
# Otherwise a system limit (for SysV at least) may be exceeded.
702
# Otherwise a system limit (for SysV at least) may be exceeded.
713
.NOEXPORT:
703
.NOEXPORT:

Return to bug 118141