From 746e83d3daa43e7f0e03b444345506e460646265 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 2 Nov 2025 01:34:31 +0300 Subject: [PATCH] meta: make makefile work again... Signed-off-by: NotAShelf Change-Id: Icaabb1719e4678d28439906c80ae54986a6a6964 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2d08a64..0efc0bd 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,9 @@ version-header: @echo "#ifndef CHROMA_VERSION_H" > $(INCDIR)/chroma_version.h @echo "#define CHROMA_VERSION_H" >> $(INCDIR)/chroma_version.h @echo "" >> $(INCDIR)/chroma_version.h + @echo "#ifndef CHROMA_VERSION" >> $(INCDIR)/chroma_version.h @echo "#define CHROMA_VERSION \"$(VERSION)\"" >> $(INCDIR)/chroma_version.h + @echo "#endif" >> $(INCDIR)/chroma_version.h @echo "" >> $(INCDIR)/chroma_version.h @echo "#endif // CHROMA_VERSION_H" >> $(INCDIR)/chroma_version.h