posix headers not needed anymore

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18524 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-08-17 14:27:15 +00:00
parent cb57453f51
commit e18b600868

View File

@ -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