Browse Source

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>
ppa-0.6.1
Rusty Russell 7 years ago
committed by Christian Decker
parent
commit
bd1c16d284
  1. 1
      Makefile

1
Makefile

@ -332,6 +332,7 @@ update-ccan:
grep -v '^CCAN version:' ccan.old/README > ccan/README grep -v '^CCAN version:' ccan.old/README > ccan/README
echo CCAN version: `git -C ../ccan describe` >> ccan/README echo CCAN version: `git -C ../ccan describe` >> ccan/README
$(RM) -r ccan.old $(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. # Now ALL_PROGRAMS is fully populated, we can expand it.
all-programs: $(ALL_PROGRAMS) all-programs: $(ALL_PROGRAMS)

Loading…
Cancel
Save