mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
automake: ensure staging aclocal dir gets created
Otherwise aclocal fails. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
514c019aa0
commit
38826858c0
@ -15,7 +15,13 @@ define GTK_DOC_M4_INSTALL
|
|||||||
$(INSTALL) -D -m 0644 package/automake/gtk-doc.m4 $(HOST_DIR)/usr/share/aclocal/gtk-doc.m4
|
$(INSTALL) -D -m 0644 package/automake/gtk-doc.m4 $(HOST_DIR)/usr/share/aclocal/gtk-doc.m4
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
# ensure staging aclocal dir exists
|
||||||
|
define HOST_AUTOMAKE_MAKE_ACLOCAL
|
||||||
|
mkdir -p $(ACLOCAL_DIR)
|
||||||
|
endef
|
||||||
|
|
||||||
HOST_AUTOMAKE_POST_INSTALL_HOOKS += GTK_DOC_M4_INSTALL
|
HOST_AUTOMAKE_POST_INSTALL_HOOKS += GTK_DOC_M4_INSTALL
|
||||||
|
HOST_AUTOMAKE_POST_INSTALL_HOOKS += HOST_AUTOMAKE_MAKE_ACLOCAL
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,automake))
|
$(eval $(call AUTOTARGETS,package,automake))
|
||||||
$(eval $(call AUTOTARGETS,package,automake,host))
|
$(eval $(call AUTOTARGETS,package,automake,host))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user