summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-11 01:45:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:19:34 -0500
commitb81460b1439be9c962f193498e654fe21f987253 (patch)
treee4e2eda87cd05c11414128a131a644b7f33a86cd /source4
parent954c01728e0c7485b72c9a5d5737e5f6bd0cf0b9 (diff)
downloadsamba-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')
-rw-r--r--source4/build/smb_build/makefile.pm2
-rw-r--r--source4/heimdal_build/config.mk2
2 files changed, 2 insertions, 2 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@
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk
index 45b82672e4..f40eadd551 100644
--- a/source4/heimdal_build/config.mk
+++ b/source4/heimdal_build/config.mk
@@ -363,7 +363,7 @@ REQUIRED_SUBSYSTEMS = COMPILE_ET LIBREPLACE
#######################
# Start TARGET HEIMDAL_EXTERNAL
-[TARGET::HEIMDAL_EXTERNAL]
+[SUBSYSTEM::HEIMDAL_EXTERNAL]
CMD = heimdal_build/build_external.sh
REQUIRED_SUBSYSTEMS = ASN1_COMPILER
# END TARGET HEIMDAL_EXTERNAL