Fix sim_* errors when compiling Lua
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21660 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9db43dac62
commit
ce5e6cefb8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ $(LUA_BUILDDIR)/rocklib_aux.c: $(APPSDIR)/plugin.h
|
|||
$(call PRINTS,GEN $(@F))$(CC) $(CFLAGS) $(INCLUDES) -E -include plugin.h - < /dev/null | $(LUA_SRCDIR)/rocklib_aux.pl $(LUA_SRCDIR) > $(LUA_BUILDDIR)/rocklib_aux.c
|
||||
|
||||
$(LUA_BUILDDIR)/rocklib_aux.o: $(LUA_BUILDDIR)/rocklib_aux.c
|
||||
$(call PRINTS,CC $(<F))$(CC) $(INCLUDES) -I $(LUA_SRCDIR) $(CFLAGS) -c $< -o $@
|
||||
$(call PRINTS,CC $(<F))$(CC) $(INCLUDES) -DPLUGIN -I $(LUA_SRCDIR) $(CFLAGS) -c $< -o $@
|
||||
|
||||
$(LUA_BUILDDIR)/lua.refmap: $(LUA_OBJ)
|
||||
|
||||
|
|
Loading…
Reference in a new issue