1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Author: Alessio Treglia <alessio@debian.org>
Description: Don't run 'make check' in ./tests, the tests are old and
need update to build fine.
Bug: https://sourceforge.net/support/tracker.php?aid=3100677
Forwarded: yes
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- libinstpatch.orig/Makefile.am
+++ libinstpatch/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = m4 libinstpatch python utils examples po docs tests
+SUBDIRS = m4 libinstpatch python utils examples po docs
EXTRA_DIST = \
autogen.sh \
ABOUT-NLS \
|