From 367a47aa90532912871d6db354b3c7232aea275d Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Wed, 18 Sep 2024 14:00:22 +1000 Subject: [PATCH] scripts: Update Makefile.am to reflect chatchat removal Signed-off-by: Paul Mackerras --- scripts/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 0fadd48..d01903a 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,11 +1,6 @@ -EXTRA_CHATCHAT = \ - chatchat/chatchat.c \ - chatchat/README - EXTRA_SCRIPTS = \ autopppd \ callback \ - chatchat \ ip-down.local.add \ ip-up.local.add \ ipv6-down.sample \ @@ -28,5 +23,4 @@ EXTRA_SCRIPTS = \ secure-card EXTRA_DIST= \ - $(EXTRA_CHATCHAT) \ $(EXTRA_SCRIPTS) -- 2.39.5