From: Yann E. MORIN Date: Sun, 21 Aug 2016 19:11:10 +0000 (+0200) Subject: Makefile: fix make dist X-Git-Tag: v4.7.0.0~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=29af783d1148e5e3b8df46b33422d85d2afc7bb5;p=kconfig-frontends Makefile: fix make dist The bootstrap script has been removed a while ago, be was still listed to be included in the distribution. This made "make dist" broken. Fix that by de-listing bootstrap. Signed-off-by: "Yann E. MORIN" --- diff --git a/Makefile.am b/Makefile.am index c3bec45..6ce76a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,4 +4,4 @@ if COND_utils MAYBE_utils = utils endif SUBDIRS = docs libs frontends scripts $(MAYBE_utils) -EXTRA_DIST = bootstrap .version +EXTRA_DIST = .version