From f12f2456afe50ebf4622945bebd71e7134b9dd9c Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Thu, 20 Aug 2020 14:18:12 -0400 Subject: Fix a Makefile issue Signed-off-by: Matthew Heon --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da8997ea3..bef7fe2a2 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ else BUILD_INFO ?= $(shell date "+$(DATE_FMT)") ISODATE ?= $(shell date --iso-8601) endif -LIBPOD := ${PROJECT}/v2/libpod +LIBPOD := ${PROJECT}/libpod GCFLAGS ?= all=-trimpath=${PWD} ASMFLAGS ?= all=-trimpath=${PWD} LDFLAGS_PODMAN ?= \ -- cgit v1.2.3-54-g00ecf