summaryrefslogtreecommitdiffstats
path: root/autobuild
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2017-06-08 00:58:47 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-10-15 18:22:47 +0200
commite572c0c744e9fdd03ded7d099f2b59b8930d1148 (patch)
tree832001af144d606647f337320a8c83d668a65266 /autobuild
parentb10ea6e314e5215a31231d98749bdb56ce680eb1 (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>
Diffstat (limited to 'autobuild')
-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