diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-06-08 00:58:47 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-06-08 00:58:47 +0200 |
commit | 7c38b8d8f8d1eb78863473dea2cb169f697323bf (patch) | |
tree | d64ea0eac205379b5113c218b2d77467e495cf94 /autobuild/agl | |
parent | 591ed9cc3e7ec860b5272b8caa424b9d24dc7950 (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/agl')
-rwxr-xr-x | autobuild/agl/autobuild.mk | 4 |
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 |