mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
update-ccan: clean up the two unwanted imports.
We don't import these, though they're technically dependencies. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
6fe2c037dc
commit
bd1c16d284
1
Makefile
1
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)
|
||||
|
Loading…
Reference in New Issue
Block a user