From 8e8e37c203b44b957c6eba657b7ff1ecbff190bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Feb 2019 14:42:54 +0100 Subject: backport RHEL-7.6 changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e65467..91b0fd5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../common/Makefile -- cgit