From 55acb4acca0c304a4155163f88371244c1e54c77 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Wed, 30 Oct 2024 09:19:16 -0700 Subject: [PATCH] Fix endif --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 79d9c6915..32f20fd2a 100644 --- a/Makefile +++ b/Makefile @@ -411,6 +411,7 @@ LIBS += -ltermcap endif else ABCMKARGS += "ABC_USE_NO_READLINE=1" +endif ifeq ($(ENABLE_EDITLINE),1) CXXFLAGS += -DYOSYS_ENABLE_EDITLINE