From 15592b02ebadc327c4f46d9f53f99b26f7798b2e Mon Sep 17 00:00:00 2001 From: ngie Date: Sat, 11 Feb 2017 20:46:49 +0000 Subject: Unbreak lib/csu for i386 and amd64 (MK_LIB32 == yes) after r313582 I accidentally goofed up the directory for lib/libc in the CFLAGS This is a direct commit to this branch Pointyhat to: ngie --- lib/csu/i386-elf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/csu') diff --git a/lib/csu/i386-elf/Makefile b/lib/csu/i386-elf/Makefile index 39d1a67..dd387b9 100644 --- a/lib/csu/i386-elf/Makefile +++ b/lib/csu/i386-elf/Makefile @@ -9,7 +9,7 @@ FILESGRP= ${LIBGRP} FILESMODE= ${LIBMODE} FILESDIR= ${LIBDIR} CFLAGS+= -I${.CURDIR:H}/common \ - -I${SRCTOP}/libc/include + -I${SRCTOP}/lib/libc/include CLEANFILES= ${FILES} crt1_c.o crt1_s.o gcrt1_c.o Scrt1_c.o CLEANFILES+= crt1_c.s gcrt1_c.s Scrt1_c.s -- cgit v1.1