diff --git a/integration-tests/container/perf_event_open/Makefile b/integration-tests/container/perf_event_open/Makefile index d48a7d4789..c1a14d3a50 100644 --- a/integration-tests/container/perf_event_open/Makefile +++ b/integration-tests/container/perf_event_open/Makefile @@ -1,4 +1,4 @@ -BASE_PAT = . +BASE_PATH = . include ../Makefile-constants.mk .DEFAULT_GOAL = all diff --git a/integration-tests/container/processes-listening-on-ports/Makefile b/integration-tests/container/processes-listening-on-ports/Makefile index ebbe90f9f5..c5de040d73 100644 --- a/integration-tests/container/processes-listening-on-ports/Makefile +++ b/integration-tests/container/processes-listening-on-ports/Makefile @@ -1,4 +1,4 @@ -BASE_PAT = . +BASE_PATH = . include ../Makefile-constants.mk .DEFAULT_GOAL = all diff --git a/integration-tests/container/thread_exec/Makefile b/integration-tests/container/thread_exec/Makefile index c6d5c71bb6..7fa19c0898 100644 --- a/integration-tests/container/thread_exec/Makefile +++ b/integration-tests/container/thread_exec/Makefile @@ -1,4 +1,4 @@ -BASE_PAT = . +BASE_PATH = . include ../Makefile-constants.mk .DEFAULT_GOAL = all