Changes in uspace/lib/c/Makefile [a4e78743:f3f4149] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    ra4e78743 rf3f4149  
    217217include $(USPACE_PREFIX)/Makefile.common
    218218
    219 $(LIBC_PREFIX)/crt0.o: $(LIBC_PREFIX)/arch/$(UARCH)/src/entry.o
     219$(LIBC_PREFIX)/crt0.o: $(LIBC_PREFIX)/arch/$(UARCH)/src/crt0.o
    220220        cp $< $@
    221221
    222 $(LIBC_PREFIX)/crt1.o: $(LIBC_PREFIX)/generic/crt/entry.o
     222$(LIBC_PREFIX)/crt1.o: $(LIBC_PREFIX)/generic/crt/crt1.o
    223223        cp $< $@
    224224
Note: See TracChangeset for help on using the changeset viewer.