From a897672db40d04988e049dcfd9c23915226d80d9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Mar 2020 10:27:21 +0100 Subject: rebuild from RHEL-7.7 sources temporary workaround waiting for amzn2 update lower release to ensure official package will be preferred --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + -- cgit