commit | 3743bce20c9778a583d0cbfe126e48cf745d9117 | [log] [tgz] |
---|---|---|
author | b.liu <b.liu@mobiletek.cn> | Fri Mar 22 19:27:58 2024 +0800 |
committer | b.liu <b.liu@mobiletek.cn> | Fri Mar 22 19:27:58 2024 +0800 |
tree | 0fa6d7660947ef5acbf8b3cbabf9e793a8f954f6 | |
parent | 482dc0b8ee87862cc538e82c99688091fe50176a [diff] [blame] |
Fix makefile Change-Id: I8371cee8f68788329d193bb9e0da052033291c48
diff --git a/mbtk/libmbtk_http/Makefile b/mbtk/libmbtk_http/Makefile index 417ffe6..5307d5c 100755 --- a/mbtk/libmbtk_http/Makefile +++ b/mbtk/libmbtk_http/Makefile
@@ -1,5 +1,5 @@ -ROOT = $(shell pwd)/../.. -include ../Make.defines +BUILD_ROOT = $(shell pwd)/.. +include $(BUILD_ROOT)/Make.defines LOCAL_PATH=$(BUILD_ROOT)/libmbtk_http