Changes in uspace/lib/c/Makefile [f3f4149:a4e78743] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
rf3f4149 ra4e78743 217 217 include $(USPACE_PREFIX)/Makefile.common 218 218 219 $(LIBC_PREFIX)/crt0.o: $(LIBC_PREFIX)/arch/$(UARCH)/src/ crt0.o219 $(LIBC_PREFIX)/crt0.o: $(LIBC_PREFIX)/arch/$(UARCH)/src/entry.o 220 220 cp $< $@ 221 221 222 $(LIBC_PREFIX)/crt1.o: $(LIBC_PREFIX)/generic/crt/ crt1.o222 $(LIBC_PREFIX)/crt1.o: $(LIBC_PREFIX)/generic/crt/entry.o 223 223 cp $< $@ 224 224
Note:
See TracChangeset
for help on using the changeset viewer.