From 2b89817e467c409e5eb20b2a3885941e9accc7eb Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 11 Jul 2005 02:08:45 +0000 Subject: r8305: another attempt at getting heimdal building in the farm (This used to be commit 2cab29c1e730cf2c8d109513bdb9094769e41a2a) --- source4/build/smb_build/makefile.pm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'source4/build/smb_build/makefile.pm') diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 731d28c066..e7febd0b26 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 bin/.SUBSYSTEM_HEIMDAL_EXTERNAL +basics: idl proto_exists HEIMDAL_EXTERNAL test: @DEFAULT_TEST_TARGET@ @@ -512,7 +512,13 @@ __EOD__ sub _prepare_custom_rule($) { my $ctx = shift; - return "$ctx->{NAME}:\n\t$ctx->{CMD}\n"; + return " +$ctx->{NAME}: bin/.TARGET_$ctx->{NAME} + +bin/.TARGET_$ctx->{NAME}: + $ctx->{CMD} + touch bin/.TARGET_$ctx->{NAME} +"; } sub _prepare_proto_rules() -- cgit