From 0028f59531a269f6740832c31f2f05f9cb2e40e3 Mon Sep 17 00:00:00 2001 From: Michael Moon Date: Wed, 22 Feb 2012 21:51:45 +1100 Subject: fix applet/core.a: not found --- Sprinter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sprinter') diff --git a/Sprinter/Makefile b/Sprinter/Makefile index 639cf1b..de3223d 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