Commit 73126477 authored by Johny Mattsson's avatar Johny Mattsson
Browse files

Fix to make GNU make 4.1 accept the Makefile after cert changes.

parent 3490ffb2
......@@ -224,11 +224,12 @@ endif
.PHONY: pre_build
pre_build:
ifneq ($(wildcard $(TOP_DIR)/server-ca.crt),)
pre_build:
python $(TOP_DIR)/tools/make_server_cert.py $(TOP_DIR)/server-ca.crt > $(TOP_DIR)/app/modules/server-ca.crt.h
DEFINES += -DHAVE_SSL_SERVER_CRT=\"server-ca.crt.h\"
else
pre_build:
@-rm -f $(TOP_DIR)/app/modules/server-ca.crt.h
endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment