mirror of https://gitee.com/openkylin/libvirt.git
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 <mprivozn@redhat.com>
This commit is contained in:
parent
927d047ee7
commit
a977cbb471
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue