From 3532ee4d2b5ff4e64dc5c56e59704ca46b06ec0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 13 Apr 2005 16:12:00 +0000 Subject: [PATCH] fixed the build git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12369 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/libs/stdc++/Jamfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/libs/stdc++/Jamfile b/src/libs/stdc++/Jamfile index 51070f6aeb..845e73e5dc 100644 --- a/src/libs/stdc++/Jamfile +++ b/src/libs/stdc++/Jamfile @@ -11,13 +11,13 @@ C++FLAGS = ; # but this doesn't work yet, as the libio we are using here and the one # contained in our libroot are different versions. HDRS = - [ FDirName $(OBOS_TOP) src kernel libroot posix glibc libio ] - [ FDirName $(OBOS_TOP) src kernel libroot posix glibc stdlib ] - [ FDirName $(OBOS_TOP) src kernel libroot posix glibc stdio-common ] - [ FDirName $(OBOS_TOP) src kernel libroot posix glibc include ] - [ FDirName $(OBOS_TOP) src kernel libroot posix glibc include arch x86 ] + [ FDirName $(OBOS_TOP) src system libroot posix glibc libio ] + [ FDirName $(OBOS_TOP) src system libroot posix glibc stdlib ] + [ FDirName $(OBOS_TOP) src system libroot posix glibc stdio-common ] + [ FDirName $(OBOS_TOP) src system libroot posix glibc include ] + [ FDirName $(OBOS_TOP) src system libroot posix glibc include arch x86 ] [ FDirName $(OBOS_TOP) headers cpp ] - [ FDirName $(OBOS_TOP) src kernel libroot posix glibc ] + [ FDirName $(OBOS_TOP) src system libroot posix glibc ] [ FDirName $(OBOS_TOP) headers posix ] [ FDirName $(OBOS_TOP) headers os ] [ FDirName $(OBOS_TOP) headers os kernel ]