From 9be49589b10514dbc517a66fbec2b3b816bed922 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Tue, 8 Jul 2008 08:05:44 +0000 Subject: Fix the test build system by installing headers on a local folder instead of using internal headers. Signed-off-by: Filippo Arcidiacono Signed-off-by: Carmelo Amoroso --- Rules.mak | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 8382691d8..de9258ef4 100644 --- a/Rules.mak +++ b/Rules.mak @@ -632,3 +632,5 @@ ifeq ($(UCLIBC_CTOR_DTOR),y) SHARED_START_FILES:=$(top_builddir)lib/crti.o $(LIBGCC_DIR)crtbeginS.o SHARED_END_FILES:=$(LIBGCC_DIR)crtendS.o $(top_builddir)lib/crtn.o endif + +LOCAL_INSTALL_PATH := install_dir -- cgit v1.2.3