summaryrefslogtreecommitdiff
blob: d8412875819ceaf3dc165d4d3d079fa4374a4621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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: