Make apps/features depend on config*.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22444 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3f7f860bc5
commit
6b14a5a635
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ SRC += $(call preprocess, $(APPSDIR)/SOURCES)
|
||||||
# to genlang and thus (translated) phrases can be used based on those names.
|
# to genlang and thus (translated) phrases can be used based on those names.
|
||||||
# button.h is included for the HAS_BUTTON_HOLD define.
|
# button.h is included for the HAS_BUTTON_HOLD define.
|
||||||
#
|
#
|
||||||
features $(BUILDDIR)/apps/features $(BUILDDIR)/apps/genlang-features: $(APPSDIR)/features.txt
|
# Kludge: depends on errno.o only to depend on config-*.h ...
|
||||||
|
#
|
||||||
|
features $(BUILDDIR)/apps/features $(BUILDDIR)/apps/genlang-features: $(APPSDIR)/features.txt $(BUILDDIR)/firmware/common/errno.o
|
||||||
$(SILENT)mkdir -p $(BUILDDIR)/apps
|
$(SILENT)mkdir -p $(BUILDDIR)/apps
|
||||||
$(SILENT)mkdir -p $(BUILDDIR)/lang
|
$(SILENT)mkdir -p $(BUILDDIR)/lang
|
||||||
$(call PRINTS,PP $(<F))
|
$(call PRINTS,PP $(<F))
|
||||||
|
|
Loading…
Reference in a new issue