fix applet/core.a: not found --> Thanks to triffid

This commit is contained in:
midopple 2012-02-24 14:01:58 +01:00
parent 7c5e58a7c4
commit 20a99c5925

View file

@ -199,7 +199,7 @@ extcoff: $(TARGET).elf
$(NM) -n $< > $@ $(NM) -n $< > $@
# Link: create ELF output file from library. # 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) $(CC) $(ALL_CFLAGS) -Wl,--gc-sections -o $@ applet/$(TARGET).cpp -L. applet/core.a $(LDFLAGS)
applet/core.a: $(OBJ) applet/core.a: $(OBJ)