Fixed dependency on moved thread.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3256 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
75c063f5cc
commit
f116d450e2
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ clean:
|
|||
-rm -f $(OBJS) $(OUTPUT) sysfont.c
|
||||
|
||||
# Special targets
|
||||
$(OBJDIR)/thread.o: thread.c thread.h
|
||||
$(OBJDIR)/thread.o: thread.c export/thread.h
|
||||
$(CC) -c -O -fomit-frame-pointer $(CFLAGS) $< -o $@
|
||||
|
||||
-include $(SRC:%.c=$(OBJDIR)/$(DEPS)/%.d)
|
||||
|
|
Loading…
Reference in a new issue