diff options
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 62b5e27..35ccf50 100644 --- a/Makefile.am +++ b/Makefile.am @@ -181,3 +181,8 @@ check-local: $(check_PROGRAMS) @echo '' @echo '' cd perl && $(MAKE) test + +# Alas, we have to disable this check because there's no way to do an +# uninstall from Perl. +distuninstallcheck: + @: |