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

Collapse All | Expand All

(-)gimp-gap-2.2.0/extern_libs/_Makefile.in (-3 / +3 lines)
Lines 451-459 Link Here
451
@BUILD_LIBMPEG3_LIB_TRUE@	make
451
@BUILD_LIBMPEG3_LIB_TRUE@	make
452
452
453
install-data-hook:
453
install-data-hook:
454
	rm -f $(GAPLIBDIR)/libavformat.a \
454
	rm -f ${D}$(GAPLIBDIR)/libavformat.a \
455
	rm -f $(GAPLIBDIR)/libavcodec.a \
455
	rm -f ${D}$(GAPLIBDIR)/libavcodec.a \
456
	rm -f $(GAPLIBDIR)/libmpeg3.a
456
	rm -f ${D}$(GAPLIBDIR)/libmpeg3.a
457
457
458
# eof (without this line Makefile generation produces syntax error)
458
# eof (without this line Makefile generation produces syntax error)
459
# Tell versions [3.59,3.63) of GNU make to not export all variables.
459
# Tell versions [3.59,3.63) of GNU make to not export all variables.

Return to bug 40023