From 37f3d4594bc5b1ee9296c2fedcbfb250113973da Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 16 Dec 2020 10:54:12 +0100 Subject: [PATCH] centos8-build: Make 'make' work again Change-Id: I695ff7d6db7026a3b91771d4964f23d3151ef0aa --- centos8-build/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/centos8-build/Makefile b/centos8-build/Makefile index 8d0e10b4..cba5cee8 100644 --- a/centos8-build/Makefile +++ b/centos8-build/Makefile @@ -1 +1,3 @@ +UPSTREAM_DISTRO:=centos:centos8 +DISTRO:=centos8 include ../make/Makefile