gbuild: AutoInstall: RepositoryExternal.mk may contain these too
Change-Id: Ieb76643e2f53d19b1796f118bae2a7e954e6f015
This commit is contained in:
parent
c489fe73ac
commit
5852b137e0
@ -19,7 +19,8 @@ endef
|
||||
$(dir $(call gb_AutoInstall_get_target,%)).dir :
|
||||
$(if $(wildcard $(dir $@)),,mkdir -p $(dir $@))
|
||||
|
||||
$(call gb_AutoInstall_get_target,%) : $(SRCDIR)/Repository.mk $(GBUILDDIR)/AutoInstall.mk
|
||||
$(call gb_AutoInstall_get_target,%) : $(GBUILDDIR)/AutoInstall.mk \
|
||||
$(SRCDIR)/Repository.mk $(SRCDIR)/RepositoryExternal.mk
|
||||
$(call gb_Output_announce,$*,$(true),AIN,3)
|
||||
echo "/* autogenerated installs for group $* */" > $@
|
||||
$(call gb_AutoInstall__make_define,\
|
||||
|
Loading…
x
Reference in New Issue
Block a user