You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libquvi/files/libquvi-0.9.1-headers-reins...

16 lines
457 B

--- libquvi-0.9.1/src/quvi-0.9/quvi/Makefile.am
+++ libquvi-0.9.1/src/quvi-0.9/quvi/Makefile.am
@@ -16,12 +16,4 @@
qsupp.h\
qversion.h
-install-data-local:
- @if test -f $(libquvisubincludedir)/qfunc.h ; then \
- echo "** Old headers found in $(libquvisubincludedir). You should" ; \
- echo "** remove the contents of this directory and type 'make " ; \
- echo "** install' again." ; \
- false ; \
- fi
-
# vim: set ts=2 sw=2 tw=72 expandtab: