From: Yann E. MORIN" Date: Sun, 3 Jun 2012 15:17:42 +0000 (+0200) Subject: scripts/ksync: fix make dist X-Git-Tag: v3.5.0-0~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8b9b4430369a6954c8067f9d82c926a4c69dfd77;p=kconfig-frontends scripts/ksync: fix make dist The file that contains the list of files to sync has been renamed, but the Makefile was not updated. Fix that. Signed-off-by: "Yann E. MORIN" --- diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 6c34d2f..2df640c 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1 +1 @@ -EXTRA_DIST = ksync.sh kernel2kfrontends.list version.sh +EXTRA_DIST = ksync.sh ksync.list version.sh