mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
Makefile: erase libsecp results on distclean.
If upgrade changes configure flags, 'make distclean' can fail as it tries to reconfigure. Deleting secp256k1/libsecp256k1.la forces a full autogen/configure/make cycle. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
42bed80145
commit
de90b44bf6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -328,7 +328,7 @@ update-ccan:
|
|||
|
||||
distclean: clean
|
||||
$(MAKE) -C secp256k1/ distclean || true
|
||||
$(RM) libsecp256k1.a
|
||||
$(RM) libsecp256k1.a secp256k1/libsecp256k1.la
|
||||
|
||||
maintainter-clean: distclean
|
||||
@echo 'This command is intended for maintainers to use; it'
|
||||
|
|
Loading…
Add table
Reference in a new issue