Added the implementation of UsePublicHeaders again.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3630 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2003-06-23 16:55:05 +00:00
parent b4ec16d069
commit 966528dcbc

View File

@ -961,7 +961,14 @@ rule ArchHeaders
rule UsePublicHeaders
{
# XXX changed to do nothing
# UsePublicHeaders <group list> ;
#
# Adds the public C header dirs given by <group list> to the header search
# dirs of the subdirectory.
# NOTE: This rule must be invoked *before* the rule that builds the
# objects.
UseHeaders [ PublicHeaders $(1) ] ;
}
rule UsePublicObjectHeaders