From a5e82bca9e0122c0dfb71d1edf7c36f3d3888ad2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Mar 2019 17:19:48 +0100 Subject: rename to libwebp5 to allow parallel installation on EL drop java subpackage on EL --- 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