From e24a12db2948ae7ef3f1e3634d24b1379a0b41db Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Mon, 6 Mar 2023 17:22:13 -0500 Subject: [PATCH] Update Makefile --- awx/ui_next/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui_next/Makefile b/awx/ui_next/Makefile index e55952fe4a..8f9e5f3275 100644 --- a/awx/ui_next/Makefile +++ b/awx/ui_next/Makefile @@ -2,6 +2,7 @@ UI_NEXT_MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST))) UI_NEXT_MKFILE_DIR := $(dir $(UI_NEXT_MKFILE_PATH)) UI_NEXT_DIR := $(subst $(CURDIR)/,, $(UI_NEXT_MKFILE_DIR)) +# NOTE: UI_NEXT_DIR swallowed the / because we want to be able to run `make src` from the ui_next dir UI_NEXT_SRC_DIR := $(UI_NEXT_DIR)src UI_NEXT_BUILD_DIR := $(UI_NEXT_DIR)build