From e390edb46b2abdbb8bf5a6191d05a5a454125c16 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 10 Apr 2010 09:54:49 +0200 Subject: s4:heimdal_build/wscript_build: use LIBREPLACE_H for asn1_compile and compile_et metze --- source4/heimdal_build/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/heimdal_build') diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build index f095ff7b61..d136723f68 100644 --- a/source4/heimdal_build/wscript_build +++ b/source4/heimdal_build/wscript_build @@ -417,7 +417,7 @@ bld.SAMBA_BINARY('asn1_compile', cflags='-DSOCKET_WRAPPER_DISABLE=1 -DNSS_WRAPPER_DISABLE=1 -D_SAMBA_HOSTCC_', includes='../heimdal/lib/asn1 ../heimdal/lib/roken', group='build_compilers', - deps='HEIMDAL_ROKEN_H replace', + deps='HEIMDAL_ROKEN_H LIBREPLACE_H', install=False ) @@ -428,7 +428,7 @@ bld.SAMBA_BINARY('compile_et', includes='../heimdal/lib/com_err', group='build_compilers', cflags='-DSOCKET_WRAPPER_DISABLE=1 -DNSS_WRAPPER_DISABLE=1 -D_SAMBA_HOSTCC_', - deps='HEIMDAL_ROKEN_H replace', + deps='HEIMDAL_ROKEN_H LIBREPLACE_H', install=False ) -- cgit