2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-01 08:22:15 +00:00

Added copyright

[SVN r17400]
This commit is contained in:
Vladimir Prus
2003-02-14 14:01:49 +00:00
parent 790f4db7d9
commit b4db62e4e2

View File

@@ -1,3 +1,7 @@
# Copyright (C) Vladimir Prus 2002. Permission to copy, use, modify, sell and
# distribute this software is granted provided this copyright notice appears in
# all copies. This software is provided "as is" without express or implied
# warranty, and with no claim as to its suitability for any purpose.
import generators ;
@@ -10,7 +14,7 @@ rule bison ( dst dst_header : src : properties * )
local r = [ property.select bison.prefix : $(properties) ] ;
if $(r)
{
PREFIX_OPT on $(<) = -p $(r:G=) ;
PREFIX_OPT on $(<) = -p $(r:G=) ;
}
}