aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2020-08-20 14:18:12 -0400
committerMatthew Heon <matthew.heon@pm.me>2020-08-20 14:18:12 -0400
commitf12f2456afe50ebf4622945bebd71e7134b9dd9c (patch)
tree21fca084eb568a373aebd7c21159ceea700122e6
parent7fc0fbfb657f9a1620e76ea0d48a30b1ee4af4b8 (diff)
downloadpodman-f12f2456afe50ebf4622945bebd71e7134b9dd9c.tar.gz
podman-f12f2456afe50ebf4622945bebd71e7134b9dd9c.tar.bz2
podman-f12f2456afe50ebf4622945bebd71e7134b9dd9c.zip
Fix a Makefile issue
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 ?= \