diff options
author | Russ Allbery <rra@stanford.edu> | 2008-04-24 23:45:05 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-04-24 23:45:05 +0000 |
commit | 4e4fb127f1f54dee7dd28550f9656289e5d026cb (patch) | |
tree | 099b7f94c69925697749134818d40ba5fb296bc5 | |
parent | 6dba2e90a7f913d8c2fc89e253bc37e69c14e88a (diff) |
Disable the uninstall check since Perl can't uninstall.
-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: + @: |