Added a dist-hook target to the Makefile to copy the default options.h.in over options.h.
This commit is contained in:
parent
7d425a5ce6
commit
9831a8ac94
@ -207,4 +207,7 @@ merge-clean:
|
|||||||
@find ./ | $(GREP) \.OTHER | xargs rm -f
|
@find ./ | $(GREP) \.OTHER | xargs rm -f
|
||||||
@find ./ | $(GREP) \.BASE | xargs rm -f
|
@find ./ | $(GREP) \.BASE | xargs rm -f
|
||||||
@find ./ | $(GREP) \~$$ | xargs rm -f
|
@find ./ | $(GREP) \~$$ | xargs rm -f
|
||||||
|
|
||||||
|
dist-hook:
|
||||||
|
cp $(distdir)/wolfssl/options.h.in $(distdir)/wolfssl/options.h
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user