summaryrefslogtreecommitdiff
path: root/Sprinter
diff options
context:
space:
mode:
authormidopple <mdoppler@gmx.at>2012-02-24 14:01:58 +0100
committermidopple <mdoppler@gmx.at>2012-02-24 14:01:58 +0100
commit20a99c5925da5b1104505506b160de29e4556e3a (patch)
tree4ee99b252bc46d5dccb6239c646cf3a0f87fca7c /Sprinter
parent7c5e58a7c49e43c06d704c0ef7e7dad6c0dbf960 (diff)
fix applet/core.a: not found --> Thanks to triffid
Diffstat (limited to 'Sprinter')
-rw-r--r--Sprinter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sprinter/Makefile b/Sprinter/Makefile
index 4d6326a..a6c02e2 100644
--- a/Sprinter/Makefile
+++ b/Sprinter/Makefile
@@ -199,7 +199,7 @@ extcoff: $(TARGET).elf
$(NM) -n $< > $@
# Link: create ELF output file from library.
-applet/$(TARGET).elf: applet/core.a applet/$(TARGET).cpp
+applet/$(TARGET).elf: applet/$(TARGET).cpp applet/core.a
$(CC) $(ALL_CFLAGS) -Wl,--gc-sections -o $@ applet/$(TARGET).cpp -L. applet/core.a $(LDFLAGS)
applet/core.a: $(OBJ)