From bd1c16d28474896f8c7fa0a918d5461b55021ef8 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 17 May 2018 14:34:46 +0930 Subject: [PATCH] update-ccan: clean up the two unwanted imports. We don't import these, though they're technically dependencies. Signed-off-by: Rusty Russell --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e66417105..b9ccd3f94 100644 --- a/Makefile +++ b/Makefile @@ -332,6 +332,7 @@ update-ccan: grep -v '^CCAN version:' ccan.old/README > ccan/README echo CCAN version: `git -C ../ccan describe` >> ccan/README $(RM) -r ccan.old + $(RM) -r ccan/ccan/hash/ ccan/ccan/tal/talloc/ # Unnecessary deps # Now ALL_PROGRAMS is fully populated, we can expand it. all-programs: $(ALL_PROGRAMS)