From cac648f8c8ad59587bb0163d0febe18e0eb685fe Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Wed, 2 Mar 2022 08:36:32 +0800 Subject: [PATCH] * Adjust the makefile. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 80b276fc37..e9fbad1fd3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = $(shell head -n 1 VERSION) -XUANVERSION = $(shell head -n 1 xuan/XUANVERSION) -XVERSION = $(shell head -n 1 xuan/XVERSION) +XUANVERSION = $(shell head -n 1 xuanxuan/XUANVERSION) +XVERSION = $(shell head -n 1 xuanxuan/XVERSION) XUANPATH := $(XUANXUAN_SRC_PATH) BUILD_PATH := $(if $(ZENTAO_BUILD_PATH),$(ZENTAO_BUILD_PATH),$(shell pwd))