From 00dd42a7135e4cadf49158e97ded8f9357941044 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 28 Feb 2005 12:09:17 +0000 Subject: Correct libcomsim.a dependencies git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6083 a1c6a512-1295-4272-9138-f99709370657 --- apps/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/Makefile b/apps/Makefile index 4f80e045b7..d943d2a855 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -42,8 +42,12 @@ MAXOUTFILE = $(OBJDIR)/romstart ifdef SIMVER # this is a sim build -all: $(OBJDIR)/$(BINARY) $(CODECS) $(ROCKS) +COMMONLIB = $(ROOTDIR)/uisimulator/common/libcomsim.a + +all: $(COMMONLIB) $(OBJDIR)/$(BINARY) $(CODECS) $(ROCKS) @$(MAKE) -C $(SIMDIR) + +$(COMMONLIB): @$(MAKE) -C $(ROOTDIR)/uisimulator/common else # regular target build -- cgit v1.2.3