From a977cbb471573768069339fe55b1757f1effe90a Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Wed, 20 Apr 2016 09:27:06 +0200 Subject: [PATCH] Makefile: Enable distuninstallcheck again This target has been disabled historically for whatever reason. Now that we do uninstall properly enable the test again. Signed-off-by: Michal Privoznik --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index d6f09bae77..c52a4cbc43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,9 +83,6 @@ clean-cov: MAINTAINERCLEANFILES = .git-module-status -# disable this check -distuninstallcheck: - dist-hook: gen-ChangeLog gen-AUTHORS # Generate the ChangeLog file (with all entries since the switch to git)