forked from len0rd/rockbox
change dependencies in make files:
* apps.make: depends on ctype.o instead of errno.o to depend on config-*.h so that it works for simulator. * lang.make: add dependency of lang.h to make it sure that the file is updated properly when needed. * plugins.make: object files don't depend on libpluginbitmaps.a. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24256 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
809e69c769
commit
e3fc65cfff
10 changed files with 12 additions and 11 deletions
|
@ -34,7 +34,7 @@ c2obj = $(addsuffix .o,$(basename $(subst $(ROOTDIR),$(BUILDDIR),$(1))))
|
|||
# to a file $(1)_, to be later renamed to $(1).
|
||||
mkdepfile = $(shell \
|
||||
perl $(TOOLSDIR)/multigcc.pl $(CC) $(PPCFLAGS) $(OTHER_INC) -MG -MM -include config.h -- $(2) | \
|
||||
sed -e "s: lang.h: lang/lang_core.o:" \
|
||||
sed -e "s: lang.h: lang/lang.h:" \
|
||||
-e 's:_asmdefs.o:_asmdefs.h:' \
|
||||
-e "s: max_language_size.h: lang/max_language_size.h:" | \
|
||||
$(TOOLSDIR)/addtargetdir.pl $(ROOTDIR) $(BUILDDIR) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue