From d601d65e96d1bb5dde016982791d17299d9e1ce4 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 29 Apr 2024 21:52:07 -0400 Subject: [PATCH] use undefine instead of false --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 622128e..adffe59 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ export _RHEL := true else ifeq ($(findstring centos.repo,$(REPOS)),centos.repo) export _RHEL := true else -export _RHEL := false +undefine _RHEL endif ifeq ($(_RHEL),true)