Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3746 → Rev 3747

/trunk/uspace/lib/libc/Makefile
33,7 → 33,6
 
LIBC_PREFIX = $(shell pwd)
SOFTINT_PREFIX = ../softint
CONSOLE_PREFIX = ../../srv/console
 
## Setup toolchain
#
40,8 → 39,6
 
include $(LIBC_PREFIX)/Makefile.toolchain
 
CFLAGS += -I$(CONSOLE_PREFIX)
 
## Sources
#