diff options
author | Björn Stenberg <bjorn@haxx.se> | 2003-07-10 11:52:42 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2003-07-10 11:52:42 +0000 |
commit | 4b392cd105b0904790c0f7c694c382096963fe42 (patch) | |
tree | 53a8e68ca19cc7532e11cf5766d561051bc94645 /uisimulator/x11/Makefile | |
parent | 067262dbf09d63fb645d1c2e67d225325b6854c9 (diff) |
Added dependency to the tools dir, so it's automatically built with the rest. Updated build docs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3825 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/x11/Makefile')
-rw-r--r-- | uisimulator/x11/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile index 2ce4606468..fa3613767d 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -117,7 +117,10 @@ ROCKS := $(ROCKSRC:$(APPDIR)/plugins/%.c=$(OBJDIR)/%.rock) OBJS := $(OBJDIR)/lang.o $(SRCS:%.c=$(OBJDIR)/%.o) -all: $(TARGET) $(EXTRA_TARGETS) $(ROCKS) +all: $(TOOLSDIR)/convbdf $(TARGET) $(EXTRA_TARGETS) $(ROCKS) + +$(TOOLSDIR)/convbdf: + $(MAKE) -C $(TOOLSDIR) clean: $(RM) $(OBJS) *~ core $(TARGET) $(CLIENTS) $(OBJDIR)/lang.[cho] \ |