From e18b600868b8f3f4e685717030ce32d905e6985d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 17 Aug 2006 14:27:15 +0000 Subject: [PATCH] posix headers not needed anymore git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18524 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/pcmcia-cs/Jamfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/pcmcia-cs/Jamfile b/src/bin/pcmcia-cs/Jamfile index 0650544d4b..dab560af03 100644 --- a/src/bin/pcmcia-cs/Jamfile +++ b/src/bin/pcmcia-cs/Jamfile @@ -7,8 +7,6 @@ if $(TARGET_PLATFORM) != haiku { # We need the public pcmcia headers also when not compiling for Haiku. UseHeaders [ FDirName $(HAIKU_TOP) headers os support ] : true ; # We need Errors.h also when not compiling for Haiku. - UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ; - # We need errno.h also when not compiling for Haiku. } StdBinCommands