fix applet/core.a: not found

This commit is contained in:
Michael Moon 2012-02-22 21:51:45 +11:00
parent a98a51f0cd
commit 0028f59531

View file

@ -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)