From a0a2c257bef75558f1ce2b0e68a943281f6f3768 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 22 Jan 2020 16:27:58 +1030 Subject: [PATCH] Makefile: add a COMPAT_V080 flag. We're going to need this in future. Signed-off-by: Rusty Russell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cbcff9218..1c7064387 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ endif ifeq ($(COMPAT),1) # We support compatibility with pre-0.6. -COMPAT_CFLAGS=-DCOMPAT_V052=1 -DCOMPAT_V060=1 -DCOMPAT_V061=1 -DCOMPAT_V062=1 -DCOMPAT_V070=1 -DCOMPAT_V073=1 +COMPAT_CFLAGS=-DCOMPAT_V052=1 -DCOMPAT_V060=1 -DCOMPAT_V061=1 -DCOMPAT_V062=1 -DCOMPAT_V070=1 -DCOMPAT_V073=1 -DCOMPAT_V080=1 endif # Timeout shortly before the 600 second travis silence timeout