summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/uisimulator.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/uisimulator.make b/uisimulator/uisimulator.make
index d09fcc2063..219d890e9c 100644
--- a/uisimulator/uisimulator.make
+++ b/uisimulator/uisimulator.make
@@ -27,7 +27,7 @@ $(SIMLIB): $$(SIMOBJ) $(UIBMP)
27 $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null 27 $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null
28 28
29# SIMLIB needs to be linked twice for some reason 29# SIMLIB needs to be linked twice for some reason
30$(BUILDDIR)/$(BINARY): $$(OBJ) $(SIMLIB) $(VOICESPEEXLIB) $(FIRMLIB) 30$(BUILDDIR)/$(BINARY): $$(OBJ) $(SIMLIB) $(VOICESPEEXLIB) $(FIRMLIB) $(SKINLIB)
31 $(call PRINTS,LD $(BINARY))$(CC) -o $@ $^ $(SIMLIB) $(LDOPTS) 31 $(call PRINTS,LD $(BINARY))$(CC) -o $@ $^ $(SIMLIB) $(LDOPTS)
32 32
33$(BUILDDIR)/uisimulator/%.o: $(ROOTDIR)/uisimulator/%.c 33$(BUILDDIR)/uisimulator/%.o: $(ROOTDIR)/uisimulator/%.c