Subversion Repositories libtar

Compare Revisions

Ignore whitespace Rev 46 → Rev 50

/trunk/debian/patches/testsuite.patch
29,8 → 29,8
+check:
--- /dev/null
+++ b/testsuite/Makefile.in
@@ -0,0 +1,7 @@
+++ b/testsuite/Makefile
@@ -0,0 +1,10 @@
+all:
+
+check: ../libtar/libtar
38,13 → 38,6
+ ../libtar/libtar -t test.tar
+ $(RM) test.tar
+install:
--- a/configure.ac
+++ b/configure.ac
@@ -120,6 +120,6 @@ fi
dnl ### Create output files. #######################################
-AC_CONFIG_FILES([Makefile lib/Makefile libtar/Makefile doc/Makefile])
+AC_CONFIG_FILES([Makefile lib/Makefile libtar/Makefile doc/Makefile testsuite/Makefile])
AC_OUTPUT
+
+distclean:
+clean: