summaryrefslogtreecommitdiffstats
path: root/onlineupdate/Module_onlineupdate.mk
diff options
context:
space:
mode:
authorNathan Yee <ny.nathan.yee@gmail.com>2015-06-23 17:04:17 -0700
committerJan Holesovsky <kendy@collabora.com>2015-06-29 17:43:30 +0200
commit7316144b8fbc4c4f4412da7afa68186a545847eb (patch)
treeb69cd35350ff13652cf32228df6d3d9b4734e4b0 /onlineupdate/Module_onlineupdate.mk
parentonline update: Add MAR library creation capability (diff)
downloadcore-7316144b8fbc4c4f4412da7afa68186a545847eb.tar.gz
core-7316144b8fbc4c4f4412da7afa68186a545847eb.zip
online update: Add mar executable build support
Remove unneeded mar library build support Add macro workarounds in mar.c; will deal with them in the future Change PL_strdup to strdup (is this safe?) Change-Id: Ib3108abdf360f6fc1ccc1bf5030df8529d724b82
Diffstat (limited to 'onlineupdate/Module_onlineupdate.mk')
-rw-r--r--onlineupdate/Module_onlineupdate.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/onlineupdate/Module_onlineupdate.mk b/onlineupdate/Module_onlineupdate.mk
index 9c98c9172e2b..deba97a9feb8 100644
--- a/onlineupdate/Module_onlineupdate.mk
+++ b/onlineupdate/Module_onlineupdate.mk
@@ -11,7 +11,7 @@
$(eval $(call gb_Module_Module,onlineupdate))
$(eval $(call gb_Module_add_targets,onlineupdate,\
- Library_mar \
+ Executable_mar \
))
# vim: set noet sw=4 ts=4: