From 20a99c5925da5b1104505506b160de29e4556e3a Mon Sep 17 00:00:00 2001 From: midopple Date: Fri, 24 Feb 2012 14:01:58 +0100 Subject: fix applet/core.a: not found --> Thanks to triffid --- Sprinter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sprinter') 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) -- cgit v1.2.1