diff options
author | Kai Blin <kai@samba.org> | 2010-05-25 23:53:04 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-26 00:28:34 +0200 |
commit | b2546ee5571e644d3cb784f33517bf9f28c134d7 (patch) | |
tree | 261f0f16f72992be52c2e08a204332a6bc9b521e /source3/wscript_build | |
parent | 475531c9bb6c2d4b522a77d0ced09a9775704085 (diff) | |
download | samba-b2546ee5571e644d3cb784f33517bf9f28c134d7.tar.gz samba-b2546ee5571e644d3cb784f33517bf9f28c134d7.tar.bz2 samba-b2546ee5571e644d3cb784f33517bf9f28c134d7.zip |
s3-waf: Don't hardcode the name of the awk executable in wscript_build
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 72ff748fbe..2c74bf104a 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -773,8 +773,6 @@ EVTLOGADM_SRC = '''${EVTLOGADM_SRC0} LIBS='ICONV' -bld.env.AWK = 'gawk' - bld.SAMBA_GENERATOR('build_options', source='include/config.h script/mkbuildoptions.awk', target='smbd/build_options.c', |