From 90cdc472561cca0a84994e7cb4cbe158062f789e Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 8 Jan 2019 10:48:50 +1030 Subject: [PATCH] Makefile: add COMPAT_V062 flag. Signed-off-by: Rusty Russell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0bf16b1f0..912ffb3c9 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ endif ifeq ($(COMPAT),1) # We support compatibility with pre-0.6. -COMPAT_CFLAGS=-DCOMPAT_V052=1 -DCOMPAT_V060=1 -DCOMPAT_V061=1 +COMPAT_CFLAGS=-DCOMPAT_V052=1 -DCOMPAT_V060=1 -DCOMPAT_V061=1 -DCOMPAT_V062=1 endif # Timeout shortly before the 600 second travis silence timeout