From cfd4886decbb625281adb0635a6c15fff0945f3a Mon Sep 17 00:00:00 2001 From: merakor Date: Fri, 30 Jul 2021 13:17:41 +0000 Subject: Makefile: fix dist target FossilOrigin-Name: 21017ade9476fbca55f57a76978f8edf2ca892b690eabd8549778ef37d3ca6b9 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e2fee3f..8abb588 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,7 @@ tests/etc/cpt-hook: ln -s ../hook-file $@ dist: docs/cpt.info + @if ! [ -e config.mk ]; then echo "Please run './configure'"; exit 1; fi ./tools/mkdist.sh "${VERSION}" install: all -- cgit v1.2.3