From 80b83026362d07b10ed1ae16afb162f7699757cb Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Thu, 9 Sep 2010 12:08:36 -0500 Subject: Update makefiles to reference ROOTPATH for makefile includes. --- src/libc++/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libc++') diff --git a/src/libc++/makefile b/src/libc++/makefile index 1835a238c..8483c15ed 100644 --- a/src/libc++/makefile +++ b/src/libc++/makefile @@ -9,4 +9,4 @@ all: ${OBJECTS} clean: (rm -f ${OBJECTS} ) -include ../../config.mk +include ${ROOTPATH}/config.mk -- cgit v1.2.1