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