aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2017-06-08 00:58:47 +0200
committerStephane Desneux <stephane.desneux@iot.bzh>2017-06-08 00:58:47 +0200
commit7c38b8d8f8d1eb78863473dea2cb169f697323bf (patch)
treed64ea0eac205379b5113c218b2d77467e495cf94
parent591ed9cc3e7ec860b5272b8caa424b9d24dc7950 (diff)
autobuild/agl: remove spurious dependency on config.xml.in and icon.png.in
Change-Id: If96df9755b2f85991167744efe02321403d3022b Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rwxr-xr-xautobuild/agl/autobuild.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/autobuild/agl/autobuild.mk b/autobuild/agl/autobuild.mk
index 5f8f595..094ad2f 100755
--- a/autobuild/agl/autobuild.mk
+++ b/autobuild/agl/autobuild.mk
@@ -29,10 +29,10 @@ clean:
mrproper:
@rm -rf ${BUILD_DIR}
-build: ${BUILD_DIR}/Makefile
+build: ${BUILD_DIR}/Makefile
@cmake --build ${BUILD_DIR} --target all
-package: config.xml.in icon.png.in build | $(PKG_FILELIST)
+package: build
@mkdir -p ${BUILD_DIR}/$@/bin
@mkdir -p ${BUILD_DIR}/$@/etc
@mkdir -p ${BUILD_DIR}/$@/lib