1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

build: fixed build group for the PIDL tables generation

This commit is contained in:
Andrew Tridgell 2010-03-28 10:00:53 +11:00
parent f9eae32f4b
commit 92de30dcab
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -122,6 +122,7 @@ def collect(self):
def SAMBA_PIDL_TABLES(bld, name, target):
headers = bld.env.PIDL_HEADERS
bld.SET_BUILD_GROUP('main')
t = bld(
features = 'collect',
rule = '${SRC} --output ${TGT} | sed "s|default/||" > ${TGT}',