diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-11 01:45:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:34 -0500 |
commit | b81460b1439be9c962f193498e654fe21f987253 (patch) | |
tree | e4e2eda87cd05c11414128a131a644b7f33a86cd /source4/build/smb_build/makefile.pm | |
parent | 954c01728e0c7485b72c9a5d5737e5f6bd0cf0b9 (diff) | |
download | samba-b81460b1439be9c962f193498e654fe21f987253.tar.gz samba-b81460b1439be9c962f193498e654fe21f987253.tar.bz2 samba-b81460b1439be9c962f193498e654fe21f987253.zip |
r8303: a workaround for forcing HEIMDAL_EXTERNAL to build.
Jelmer, when you get a chance can we discuss how to fix this properly?
(This used to be commit 2564cd962b9a972d1ff7d603a9e5ab1c705b2386)
Diffstat (limited to 'source4/build/smb_build/makefile.pm')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 2edda7408e..731d28c066 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -143,7 +143,7 @@ pch: proto include/includes.h.gch pch_clean: -rm -f include/includes.h.gch -basics: idl proto_exists +basics: idl proto_exists bin/.SUBSYSTEM_HEIMDAL_EXTERNAL test: @DEFAULT_TEST_TARGET@ |