diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-11-12 16:12:14 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-11-12 17:42:13 +0000 |
commit | 32889f83465a5e943beb47c059572b8cd108df9c (patch) | |
tree | 31015280547d67c413af3dc8c4ffcbd80e97da40 /source4/heimdal_build | |
parent | 5cf904b1d9b4eaa366851d9ab51c0ed4e86d773e (diff) | |
download | samba-32889f83465a5e943beb47c059572b8cd108df9c.tar.gz samba-32889f83465a5e943beb47c059572b8cd108df9c.tar.bz2 samba-32889f83465a5e943beb47c059572b8cd108df9c.zip |
heimdal_build: Add missing dependency on replace, necessary because replace.h is included.
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build index 8d0a8316ed..eaaa545349 100644 --- a/source4/heimdal_build/wscript_build +++ b/source4/heimdal_build/wscript_build @@ -830,7 +830,7 @@ HEIMDAL_SUBSYSTEM('HEIMDAL_VERS_HOSTCC', HEIMDAL_SUBSYSTEM('HEIMDAL_VERS', 'lib/vers/print_version.c ../heimdal_build/version.c', group='build_compilers', - deps='roken') + deps='roken replace') # here is the asn1 compiler build rule HEIMDAL_BINARY('asn1_compile', |