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:
Björn Stenberg 2003-02-14 08:54:04 +00:00
parent 75c063f5cc
commit f116d450e2

View file

@ -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)