diff options
-rwxr-xr-x | autobuild/agl/autobuild (renamed from conf.d/autobuild/agl/autobuild) | 2 | ||||
-rwxr-xr-x | autobuild/linux/autobuild (renamed from conf.d/autobuild/linux/autobuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/autobuild/agl/autobuild b/autobuild/agl/autobuild index 83097ab..8da3fab 100755 --- a/conf.d/autobuild/agl/autobuild +++ b/autobuild/agl/autobuild @@ -15,7 +15,7 @@ # limitations under the License. THISFILE := $(lastword $(MAKEFILE_LIST)) -BUILD_DIR := $(abspath $(dir $(THISFILE)/../../../../..)/build) +BUILD_DIR := $(abspath $(dir $(THISFILE))/../../build) DEST := ${BUILD_DIR}/target .PHONY: all clean distclean configure build package help update diff --git a/conf.d/autobuild/linux/autobuild b/autobuild/linux/autobuild index 83097ab..8da3fab 100755 --- a/conf.d/autobuild/linux/autobuild +++ b/autobuild/linux/autobuild @@ -15,7 +15,7 @@ # limitations under the License. THISFILE := $(lastword $(MAKEFILE_LIST)) -BUILD_DIR := $(abspath $(dir $(THISFILE)/../../../../..)/build) +BUILD_DIR := $(abspath $(dir $(THISFILE))/../../build) DEST := ${BUILD_DIR}/target .PHONY: all clean distclean configure build package help update |