X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=autobuild%2Fagl%2Fautobuild.in;fp=autobuild%2Fagl%2Fautobuild.in;h=dc3bdec82b099bb99650702be44b8e5fd5ef51c6;hb=29902d75cff05eb43e9a2aac40599e4023c605b3;hp=dd341c4a711d1695ffc1067b8104390ed07550ca;hpb=f5df816bd35ab9cd68a1729a5973297c0049d1c0;p=apps%2Fapp-templates.git diff --git a/autobuild/agl/autobuild.in b/autobuild/agl/autobuild.in index dd341c4..dc3bdec 100755 --- a/autobuild/agl/autobuild.in +++ b/autobuild/agl/autobuild.in @@ -14,10 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -BUILD_DIR := @PROJECT_BINARY_DIR@ -PACKAGING_DIR := @PROJECT_PKG_ENTRY_POINT@ - -VPATH = etc:$(PACKAGING_DIR):$(PACKAGING_DIR)/etc:$(BUILD_DIR) +THISFILE := $(lastword $(MAKEFILE_LIST)) +BUILD_DIR := $(abspath $(dir $(THISFILE)/../../../../..)/build) .PHONY: all clean distclean configure build package