diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-06-08 00:58:47 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | e572c0c744e9fdd03ded7d099f2b59b8930d1148 (patch) | |
tree | 832001af144d606647f337320a8c83d668a65266 | |
parent | b10ea6e314e5215a31231d98749bdb56ce680eb1 (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-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 |