Changeset d3e6935 in mainline for uspace/lib/libc/Makefile
- Timestamp:
- 2008-12-26T19:37:21Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b755225
- Parents:
- 713e6f2d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/Makefile
r713e6f2d rd3e6935 34 34 LIBC_PREFIX = $(shell pwd) 35 35 SOFTINT_PREFIX = ../softint 36 CONSOLE_PREFIX = ../../srv/console37 36 38 37 ## Setup toolchain … … 40 39 41 40 include $(LIBC_PREFIX)/Makefile.toolchain 42 43 CFLAGS += -I$(CONSOLE_PREFIX)44 41 45 42 ## Sources
Note:
See TracChangeset
for help on using the changeset viewer.