mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-05 21:54:41 +02:00
Added a dist-hook target to the Makefile to copy the default options.h.in over options.h.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user